Change Default sender from email name My Blog
-
hello,
I have wordpress Multisite installed. I see that when I add users or receive any site wide activity notification I receive it in the name of ” My Blog” (i.e site sender from email name). I would like to change this. I have gone to general setting in my network and given site specific names. I have a site name given to the network in network setting. I have tried using the plugin change from email name and also tried adding custom functions such as `add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);
function new_mail_from_name($old) {
return ‘Collegemite Admin’;
}`
Nothing has worked for me, I still receive mails(As super admin for activities) and send mails(user notifications) in the name of MY Blog. Any who can help me to change this will be highly appreciated. Thanks
Regards
Satish
- The topic ‘Change Default sender from email name My Blog’ is closed to new replies.