The MU forums have moved to WordPress.org

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

  1. chanduveluru
    Member
    Posted 14 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 14 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 14 years ago #

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

About this Topic

  • Started 14 years ago by chanduveluru
  • Latest reply from chanduveluru