i have a mail form that will send mail if it is going to a name like
"someone@someplace.com"
but it will not work if the email address is
"cs@someplace.com"
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?