Change Email default WordPress
-
Hi,
The latest update of Buddypress to broken code change my default email.
I had this code working:
add_filter('wp_mail_from', 'new_mail_from'); add_filter('wp_mail_from_name', 'new_mail_from_name'); function new_mail_from($old) { return 'noreply@your-web.com'; } function new_mail_from_name($old) { return 'your-web.Com'; }
Now it does not work. Not professional WordPress appear in the sender when user want to reset password.
Who can help me?
I need to delete emails WordPressThanks !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.