Forums

The WordPress MU forums have moved to the MultiSite forum on WordPress.org

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

  1. 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

  2. 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';
    	}
  3. chanduveluru
    Member
    Posted 1 year ago #

    Thanks Charlie....for helping me out...

Topic Closed

This topic has been closed to new replies.

About this Topic