Mobile app version of vmapp.org
Login or Join
Berryessa370

: 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

@Berryessa370

Posted in: #Email #Gmail #Godaddy #Php

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());

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Berryessa370

2 Comments

Sorted by latest first Latest Oldest Best

 

@Marchetta884

If you use, Godaddy email or hosting provider email, you can configure your SMTP details in your PHP to avoid non delivery.

10% popularity Vote Up Vote Down


 

@Connie744

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme