i have a mail form that will send mail if it is going to a name like
"[email protected]"
but it will not work if the email address is
"[email protected]"
Does mail() do some sort of validation before sending?
Also, its my understanding that valid email addresses must have at least 2 valid characters before the @ symbol.
Thoughts?