• Hello,

    I am trying to change the From name and email address for the registration and admin level emails but am running into an issue. If I use a plugin or edit my functions.php file it breaks the from name and email on the contact form for an individual property. Is there a way to only customize the from name and email address for all of the emails listed in the email management section?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can go to “Users / All Users” and edit the account information.
    https://prntscr.com/o3rdxo
    Or you can access the database to change information.
    https://prntscr.com/o3rghe

    Thread Starter jfmedina2010

    (@jfmedina2010)

    Thank you for the reply. I don’t think I described my situation with enough detail.

    By default the WP_Mail() function makes the registration emails from name “WordPress” and the from email “[email protected]”. Which is not what I want. However, when a person fills out the contact form to find out more information from a property it makes the request email from name “Requestor Name” and the from email “requestor email”. Which is right.

    If I use a plugin or edit the functions.php file to change the information on the registration email to from name “My Company” and the from email “[email protected]” which is what I want. However it also changes the from name and email address to “My Company” and “[email protected]” when a person fills out the property info request form. Which is not what I want to happen.

    I’m looking for a solution that only changes the admin side of emails (account confirmation, invoices, etc) to have the from name of “My Company” and the from email address to “[email protected]”.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Admin Email From Address Only’ is closed to new replies.