yow! I have a question. the case is have and email notifacation in my php code in the database(MSSQL) i put an email add these are the two email address Rex.Cam@email.com and rex.cam@email.com the email notication is intended for the email who has a capital letter on the start the problem is it sends on the one whos not capital lette does the email capitalization matters?

Recommended Answers

All 3 Replies

The domain name part is case insensitive, but the part before the @ depends on the receiving host. In most cases it is case insensitive too.

If it does matter... then try strtolower it will convert the string to lower case...

thank you! fellas =)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.