Sunday, 15 August 2010

php - How can I create a custom email when a user registers to my wordpress site? -


In the sender name box, when they are registered, they receive the user email to say all my messages to my company name .

When a user reset their password again, it says WordPress in the Sender Name field ...

How can I fix it

use wp_mail_from_name Code> add_filter ('wp_mail_from_name', function ($ name) {/ p>

return 'company name';});


No comments:

Post a Comment