I am working on an email form.
I wondered if there was a restriction on sending php emails to email addresses such as info@domain.cc emails? The .cc is the ending url. Will this affect it?
Any help would be great.
Cheers,
mark
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, there are no PHP restrictions regarding the email address formating.
You might run into some problems if you are trying to send an email to an address composed out of asian characters, for example, due to possible encoding conflicts, but otherwise you’re ok.
I made a mailing script once to prank my friends with fake mails and I was able to send mails to addresses that didn’t even contain ab @.
This sort of restrictions are mostly up to you, the developer. Otherwise, it would be a bad idea since you can have valid email addresses that aren’t even in the username@domain.extension format.