Forums

Registration From Address (6 posts)

  1. glider111
    Member
    Posted 6 years ago #

    I need help in changing the default FROM address when a person receives their email confirmation when I manually register a new user.

    Right now the default FROM address is WORDPRESS@MyBlogDomain.com and I'd like to change it to anything that I want.

    Changing the Admin's email address has no effect.

    Any help would be appreciated.

  2. Samuel B
    moderator
    Posted 6 years ago #

    It should be the one in admin -> Options -> General

  3. dalewright
    Member
    Posted 6 years ago #

    I need the same thing. It's not the admin->options->general email address...that's only for receiving not sending.

    Dale

  4. MichaelH
    Volunteer
    Posted 6 years ago #

    You might want to look at the wp_mail function in wp-includes/pluggable-functions.php to see how WordPress handles the From:.

    ********************
    Welcome to the WordPress Support Forums!

    Please help keep the Forums successful by reading:
    Using the Support Forums

    Also, remember the WordPress Codex and the FAQ pages.

    And, thank you, for letting us know if this information proves useful (or not)!
    ********************

  5. dalewright
    Member
    Posted 6 years ago #

    It might be something that needs to be overriden in the php.ini file...the sendmail section perhaps? Should be able to force a smtp from address though. Thanks for the tip I'll look there.

    Dale

  6. glider111
    Member
    Posted 6 years ago #

    MichaelH,

    You were right! The wp_mail function in the pluggable-functions.php file is where this "From" is handled.

    Thank you!!!

Topic Closed

This topic has been closed to new replies.

About this Topic