[ad_1]
[ad_2]
How can I change the contents of the reset user password email and the sender info so it doesn’t say WordPress? Don’t suggest plugins. That’s a wack comment
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
It’s wack if you use default php mail. Since you’re asking this question, I don’t think you are using any kind of custom solution for smtp. So you need a smtp plugin. All of them are able to force the sender name and the email through which emails from your site are sent. It’s a 100% good and common practice.
As far as the email content goes, 10 lines of code should do the job.
https://developer.wordpress.org/reference/hooks/wp_mail_from_name/
https://developer.wordpress.org/reference/hooks/retrieve_password_message/