Page 1 of 1

Address is with a comma

Posted: Fri Dec 14, 2007 1:42 pm
by dpinkston
Anyone run into an issue sending an e-mail to someone with a comma in their e-mail address? I am getting 5.1.1 unknown user reply from my local e-mail server.

Posted: Fri Dec 14, 2007 1:53 pm
by mikethebike
are you sure its correct? A comma is an invalid character in an smtp address and would normally be used as a delimiter.

Posted: Fri Dec 14, 2007 2:17 pm
by dpinkston
Yup, works fine when sent from my gmail account.

Posted: Fri Dec 14, 2007 2:36 pm
by bbryan
As mikethebike said, the comma is a delimiter so it shouldn't be accepted in an email address.

http://www.faqs.org/rfcs/rfc2822.html has a list of special characters under 3.2.1. Primitive Tokens.