Wordpress 2.3.1 not sending emails error
This has been an issue that I have yet to resolve in my blog. Ever since I upgraded to wordpress 2.3.1, I have not received the emails that wordpress should be sending me. Here are the symptoms that I’ve noticed for this error.
- Wordpress is not sending out comment notifications.
- Those who subscribed to comments, don’t get notifications of new comments.
- No mail is being sent out by the wordpress database backup plug-in.
So what do we do with this error? I have tried different solutions that has been suggested but all I got is a temporary workaround. Although I wanted a permanent fix, as for now a workaround is better.
Here are the temporary solutions that people has claimed to have worked for them. So just try each of one to know which one will work.
#1 Make sure that wordpress@yourdomain.com is a real email address.
You can create a new email account in your cpanel. (Ticket 5294)
#2 Remove line 228 from the file wp-includes/pluggable.php.
Remove this line -> $phpmailer->Sender = apply_filters( ‘wp_mail_from’, $from_email );
or you can use a plug-in where you can get from Ticket 5294.
#3 Install a wordpress plugin called WP-Mail-SMTP
Download it here. Configure it to use SMTP instead of the php_mail() function.
I’m currently using solution # 3. I am able to receive comment notifications but have yet to know if the comment subscribers are receiving comments.
More readings for this error:
Errors Found:
- A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:Mail sent by user nobody being discarded due to sender restrictions in WHM->Tweak Settings
- SMTP error from remote mail server after initial connection:







Hi,
I was also facing same problem.
I am sure nothing will work until you fix it in your C-panel setting.Its not Wordpress problem but its your domain localhost setting problem. Dont blame Wordpress.
Find solution here: http://annanta.com/web-world/wordpress-not-sending-email-try-this-fix/
Reply
Allen Gurrea (931 comments.) Reply:
July 12th, 2009 at 4:54 pm
Hi Kevin,
Thanks for the input. I did try to solve this before but when I switched to a new webhost, the problem just disappeared.
Reply
Kevin Subba (2 comments.) Reply:
July 12th, 2009 at 5:00 pm
but if you are using third party’s mail applications like google mail then you have to change the setting.
Reply