chanduveluru
Member
Posted 2 years ago #
Hi,
Im using wpmu 2.8.4. When a user requests for a password recovery, the mail sent by wpmu to the user contains the From Name as "wordpress <admin@xxx.com>". How to remove 'wordpress' and replace it with my website name. Please see the pic for extra information.
wpmu pic
Thanks in advance.
ChanduVeluru
charlie_hun
Member
Posted 2 years ago #
Hmm, in wordpress mu 2.8.5 or 2.8.6 the sender name is the site name.
other: open wp-includes/pluggable.php file, and search this:
// From email and name
// If we don't have a name from the input headers
if ( !isset( $from_name ) ) {
$from_name = 'WordPress';
}
chanduveluru
Member
Posted 1 year ago #
Thanks Charlie....for helping me out...