SMTP emails not picking up the correct From name and From email

I am using an SMTP plugin to manage my emails in WordPress. Previously I used a plugin called EasyWP SMTP. since it did not meet my needs I unstalled it and installed Post SMTP Mailer. now everything working fine. Even I can see email logs.

But except for one situation. When I try to resend an email from the Email Logs interface. I receive the correct email. But From Name replace by : EasyWP (instead of my site name) From email address : [email protected] (it should be [email protected])

What should I do? Where is this EasyWP name coming from? I checked every place. I can't find any place.

Topic smtp email plugins Wordpress

Category Web


Have you disabled EasyWP SMTP or completely deleted it? If you've deleted it and it still shows the old from address, most likely some database entries are leftover. To fix:

  1. Depending on how you've setup Post SMTP mailer, try changing the From address details in this plugin's settings
  2. Manually change the From address in WordPress using filters in functions.php. See method 3 at this link

Please note that this doesn't remove any database entries created by the EasyWP SMTP (if any).

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.