This forum is no longer active. Please post your questions to our new community site
|
|
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. |
|
|
Hi swhitley, Do you get any error message when trying to send the email? |
|
|
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. |
|
|
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, |

