Hi Manuel,
I have to send an email to an recipient with an german "ß" in his address and the debug mode give me the following information:
Resolving SMTP server domain "mailin04.sul.t-online.de"...
Connecting to host address "194.25.134.10"...
Connected to SMTP server "mailin04.sul.t-online.de".
S 220 mailin12.sul.t-online.de T-Online ESMTP receiver fssmtpd2025 ready.
C EHLO localhost
S 250-mailin12.sul.t-online.de ready.
S 250-SIZE 33554432
S 250-8BITMIME
S 250 HELP
C MAIL FROM:<
[email protected]>
S 250 Ok.
C RCPT TO:<klemensannette.naß@xxx.de>
S 553 Error parsing recipient address.
Disconnected.
It seems that something went wrong with the "ß"... Is it the class or the server. The recepient told me that the address is correct.
------------------------------------------------------------------------
This was the debug notice with the error code "reached the end of data while reading from the SMTP server conection":
Resolving SMTP server domain "mx2.uni-frankfurt.de"...
Connecting to host address "141.2.22.205"...
Connected to SMTP server "mx2.uni-frankfurt.de".
S 220 urmel.rz.uni-frankfurt.de ESMTP Exim 4.50 Thu, 04 May 2006 16:35:29 +0200
C EHLO localhost
S 550 Who is it? It's me! It's me?!?
C HELO localhost
For me it seems that the server didn't accept the localhost...
Patrick