everything seems to be ok message is send headers correct no body.
Resolving POP3 authentication host "mail.xxx.at"...
Connecting to host address "xxx" port 110...
S +OK POP3 web-wien.xxx.at v2003.83 server ready
C USER xxx
S +OK User name accepted, password please
C PASS xxx
S +OK Mailbox open, 3 messages
Resolving SMTP server domain "mail.xxx.at"...
Connecting to host address "" port 25...
Connected to SMTP server "xxx".
S 220 mx-server ESMTP
C EHLO localhost
S 250-web-wien.xxx.at Hello web-wien.xxx.at [], pleased to meet you
S 250-ENHANCEDSTATUSCODES
S 250-PIPELINING
S 250-8BITMIME
S 250-SIZE
S 250-DSN
S 250-ETRN
S 250-AUTH PLAIN LOGIN
S 250-DELIVERBY
S 250 HELP
C MAIL FROM:<xxx>
C RCPT TO:<xxx>
C DATA
S 250 2.1.0 <>... Sender ok
S 250 2.1.5 <>... Recipient ok
S 354 Enter mail, end with "." on a line by itself
C To: Manuel Lemos <
[email protected]>
Subject: Testing Manuel Lemos' Email SMTP sending PHP class
From: <
[email protected]>
Reply-To: <
[email protected]>
Return-Path:
[email protected]
Errors-To: <info@xxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Date: Tue, 15 Dec 2009 09:20:00 CET
Message-ID: <
[email protected]>
C
.
S 250 2.0.0 nBF8K0Up022538 Message accepted for delivery
C QUIT
S 221 2.0.0 web-wien.xxx.at closing connection
Disconnected.
Done.