No email
-
I found a solution to my problem on no email being sent but I am concerned that if I install the plugin you recommend below it will deactivate email in another plugin. I am using wishlistmember which also sends email. Will this affect that plugin?
Here is the solution I found..
try the Easy WP SMTP plugin and set up your WordPress emails to be sent through an SMTP email account. That plugin also has a simple Test in it that you can use to send emails and trouble shoot your email settings until you get it working correctly. That should help you fix problems of emails not getting sent/delivered. It has nothing to do with my plugin, but the way that WordPress sends emails not being compatible with all servers and/or rejected by a lot of email accounts. When you install Easy WP SMTP, it will hook into the WordPress mail function and change it to use SMTP. WordPress already has the PHP Mailer class built-in, but there is no way to configure it to use SMTP without another plugin. Without that being sent, WordPress tries to send email using the simple PHP sendmail function, which doesn’t work on some servers, and which has no authentication so it is often rejected or block by the email servers you are sending to.
- The topic ‘No email’ is closed to new replies.