This forum is no longer active. Please post your questions to our new community site

Forums WordPress

E-mail

Subscribe to E-mail 4 post(s), 3 voice(s)

 
Avatar swhitley 2 post(s)

Are there any additional steps needed to allow WordPress to generate e-mails on CentOS? I’m trying to use the PHP mail command and not having any luck.

 
Avatar carlos Administrator 144 post(s)

Hi swhitley,

Do you get any error message when trying to send the email?

 
Avatar swhitley 2 post(s)

No, no errors. I added error reporting code into my PHP script, and I don’t receive any errors. It’s running on a GoGrid server and I can send mail from other GoGrid servers.

I was planning to check to see if “sandbox” servers may be blocked from sending e-mail at GoGrid.

 
Avatar danoo Administrator 81 post(s)

Hi,

Please check if you have any mail transfer agent (Sendmail or Postfix) installed and running. Then you can try to send a mail from WordPress once again and check the content of /var/maillog file.

There is another way. You can install one of SMTP WP plugins. I have installed WP-Mail-SMTP, configured with my gmail account and everything works perfectly.

I hope it will help.

Regards,
Danoo

Forums WordPress