How can I change who the email sender is?

6.16K viewsWordPress
1

Right now I see ‘WordPress’ as the sender. How do I change who the sender is? For example, when I am subscribed to a question here, I see the sender as ‘Anspress Team’.

 

Thanks!

0

It doesn’t come with the option to change the from addy like DWQA. Have send from plugins worked with this?

commented on answer

Just use this for all your need, change the From, debug logs, and more.

https://wordpress.org/plugins/postman-smtp/

0

I think you could also do it by a simple filter or plugin: https://enriquechavez.co/change-email-sender-wordpress/

No need to use SMTP.

However these filters will change sender/e-mail for all e-mails, not only Anspress, which could have impact on other plugins, i.e. WooCommerce or Gravity Forms, which is not so great.

I would use it with caution.

0

You have to send email using SMTP instead of PHP send mail. 🙂