Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does case matter in an email address? 1

Status
Not open for further replies.

diogenes10

Technical User
Joined
Jan 22, 2003
Messages
1,406
Location
US
An accounting package takes an email address in 100% lower case like
toadstool@frogpond.com

and changes it to 100% upper case in a report-like
TOADSTOOL@FROGPOND.COM

Would this cause users of the report generated by the accounting package to generate undeliverable email?

(I'm trying to decide if I see a problem that needs to be complained about.)
 
Email addresses are not case-sensitive. You could even type in your email as JoEsMiTh@sOmEwHeRe.com and it will be delivered with no worries. There are many different reasons for undeliverable emails but case sensitivity is not one of them.





Claudius (What certifications??)
 
Technically, SMTP addresses should be rendered in lower case. Unix (which is where the original implementations of SMTP servers began) is case sensitive, and so an upper case email address was really a different address from a lower case address.

That said, most modern implementations of SMTP can cope with mixed case email addresses, but you may still come across the old one that burps when given anything other than lower case. Stick with lower case and you'll never have an issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top