I have written a script that will mail the content of the form to email addresses using the mail(). Everything works great except for few domains that check the validity of the domain name of the server sending the email. The problem is that the latter domains have the sender as "nobody@localhost" even though I had defined the From: variable with a valid email address / domain name.
What can I do to solve this dilemma?
Thanks.
Kai