Forum Moderators: coopster
I have a website that has a php form on it. When someone fills in their name and email, a notice is sent to the email of the site owner. The thing is, the email is hosted with another company. We have modified the mx records and the email has been working fine--EXCEPT from the website. For whatever reason, the site host gets the email and it doesn't forward on as it should. No one seems willing to help.
My question. Is there some way, in the php code, to tell the server that the email is not local, that it needs to go and look at the mx files to know where to properly send it?
Test the form sending to a known email address that you have and if this does not work check that the headers are being written correctly as the host may have a spam filter (as mentioned earlier) that dumps anything that is malformed.