Forums

$from_name variable change in wpmu password recovery mail (2 posts)

  1. chanduveluru
    Member
    Posted 1 month 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

  2. charlie_hun
    Member
    Posted 4 days 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';
    	}

Reply

You must log in to post.

About this Topic