Hello folks I have a strange problem with the mail function:
This is hosted on say for arguments sake www.thedomain.com...
Heres the basic code (missing the variables content):
mail("team@thedomain.com", $subject, $message, $headers); // This one never works
mail("test@othergdomain.com", $subject, $message, $headers); // This one works every time
What really odd is that if I email team@thedomain.com with Hotmail or my hosting email it works perfectly?!?!
Can anybody help explain or give me some idea of how to debug this?