Archived topic
Changing From field in emails
1 reply · Started by surfing on September 2, 2020
My site is sending out email with WordPress in the From field and wordpress@mysite.com. I've looked into a couple solutions (https://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/), one of which is to change the code in the functions.php file. Is there a way to do this within GeneratePress using Hooks or Elements. Any guidance will be appreciated.
Hi there,
The code would need to be added using one of these methods:
Adding PHP: https://docs.generatepress.com/article/adding-php/
Let me know if this helps :)