: GoDaddy hosting not working with email I have a simple template for my website and two versions. One is .co (GoDaddy) and the other is .co.nz(Another Company). I'm using a basic PHP form that
I have a simple template for my website and two versions. One is .co (GoDaddy) and the other is .co.nz(Another Company). I'm using a basic PHP form that sends email successful to Google Gmail, however when I try changing the destination email address to non-gmail, it fails, strangely the other hosting account accepts both destinations.
Here is my PHP form:
$mail = @mail (WEBMASTER_EMAIL, "Contact Form -BUSINESS-.", $message,
"From: ".$name." <".$email.">rn"
."Reply-To: ".$email."rn"
."X-Mailer: PHP/" . phpversion());
More posts by @Berryessa370
2 Comments
Sorted by latest first Latest Oldest Best
If you use, Godaddy email or hosting provider email, you can configure your SMTP details in your PHP to avoid non delivery.
I had the same problem. I called Godaddy support and it sucks, so you need to access MX Entry in cPanel and configure it to remote MX if your email server is outside godaddy. Remember that you have to send emails from PHP trought your own domain. You need to specify a mx record in order to send the emails, it works for me with a delay of 10 minutes.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.