Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Change Sender Name in Outgoing WordPress Email

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

Do you want to change the default sender name and email address for outgoing WordPress emails?

By default, WordPress uses ‘WordPress’ as the sender name for all outgoing WordPress notification emails. This doesn’t look professional, and you may want to change that to your business name or a custom name of your choice.

In this article, we will show you how to easily change the default sender name and email address in outgoing WordPress emails.

Changing sender name and email address in outgoing WordPress emails

Why Should You Change the Default Sender Information in WordPress?

WordPress sends several email notifications to the site administrator as well as other users on your website.

This includes important email notifications such as forgot password emails, website error and recovery emails, new user registration, and more.

By default, it uses ‘WordPress’ as the sender’s name and a non-existent email address (wordpress@yourdomain.com) as the sender’s email.

Many spam filters block your WordPress emails, believing them to be junk. Sometimes, it does not even make it to the spam folder but is deleted immediately due to filters.

For more on this topic, look at our guide on how to fix the WordPress not sending email issue.

The outgoing email notifications are important, and you should use your own brand and email address. This increases the authenticity of your brand and increases name recognition among your users.

For instance, if you run an online store, then you would want customers to get email notifications with your store name as the sender.

See our guide on how to get a free business email address for your website in 5 minutes.

Let’s see how to change the default sender name and email address in outgoing WordPress email notifications.

Method 1. Changing Default Sender Name and Email using WP Mail SMTP

This method is easier and recommended for all WordPress users.

For this method, we’ll be using the WP Mail SMTP Pro plugin. It is the best WordPress SMTP plugin, used by over 3 million website owners.

This plugin allows you to easily change the default sender name and email address for outgoing WordPress emails. It also helps you fix the WordPress email deliverability problem.

The first thing you need to do is install and activate the WP Mail SMTP Pro plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, you need to visit WP Mail SMTP » Settings to configure plugin settings. Under the Mail section, you can simply enter the email address and the name you want to use to send WordPress emails.

Change sender name and email in WordPress using WP Mail SMTP

Below, you can find the options to set up an SMTP server to send WordPress emails. By default, the plugin will use the PHP method provided by your WordPress hosting company, which is less reliable.

We recommend using any of the listed SMTP services to properly send WordPress emails for higher guaranteed deliverability.

Select SMTP Mailer

If you choose an SMTP service, then follow the on-screen instructions to connect the plugin with your SMTP service provider.

Don’t forget to click on the ‘Save Settings’ button to save your changes.

Test Your WordPress Emails

WP Mail SMTP Pro also allows you to test your WordPress email settings. Simply go to the WP Mail SMTP » Tools page and switch to the ‘Email Test’ tab.

Test WordPress emails using WP Mail SMTP

From here, you just need to provide an email address that you can access and then click on the ‘Send Email’ button.

The plugin will now send a test email to the address you provided. You can check your inbox to make sure that you can receive WordPress emails and that it has the correct sender name and sender email address.

WP Mail SMTP works with all popular WordPress plugins like WooCommerce, WPForms, and more.

For more detailed instructions, you may want to see our article on how to use SMTP to send WordPress emails.

Method 2: Changing Default Sender Name and Email using WP Change Email Sender

This method is only recommended if you don’t use an SMTP service or if the first method is not working.

Using this method does not improve your WordPress email deliverability or make it easier to troubleshoot email issues. However, if your WordPress emails are working, then it will allow you to change the sender name and email address.

First thing is that you install and activate the WP Change Email Sender plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, you need to go to Settings » General in your WordPress admin area. There, you’ll find the ‘Email Sender Name’ and ‘Sender Email Address’ fields.

WP Change Email Sender

You will need to enter the name and email address you want to be used for outgoing WordPress emails.

Don’t forget to click on the ‘Save Changes’ button to store your settings.

That’s all. Your WordPress notification emails will now show the name and email address you entered in the plugin settings.

There is no method provided by the plugin to test your email settings. You can do that by performing actions that generate WordPress notification emails, like creating a new user, requesting a password reset, and more.

Method 3: Changing Sender Name and Email Address using WPCode

Another excellent way to change your sender name and email address is by adding a code snippet. And we recommend WPCode, the easiest and safest way to add code to WordPress.

You usually need to add code to your functions.php file, but WPCode makes it simple and easy to add this code snippet with just a few clicks.

Not only that, but WPCode has many other snippets available to help customize your site. Plus, you can easily add your custom snippets.

First, you need to install the free WPCode plugin. For more information, check out our step-by-step guide on how to install a WordPress plugin.

Next, click on Code Snippets » Add Snippet to your WordPress admin dashboard. Simply type ‘sender’ into the search bar and press the ‘Use snippet’ button under ‘Change Outgoing Email Sender’.

WPCode Use Snippet

Then, you’ll be taken to the Edit Snippet page.

Here, you need to update the sender’s email and name in the code snippet.

WPCode Edit snippet

Then, switch the toggle to ‘Active’ and click on the ‘Update’ button.

One of the benefits of using WPCode is that it comes with a library filled with pre-made snippets. There’s a good chance you can find some to replace other plugins on your site, such as disabling automatic updates, allowing SVG files to be uploaded, or even using the Classic Editor instead of the default block editor.

You don’t have to use the library, either. You can also add any other code you ever need by selecting ‘Add Your Custom Code (New Snippet)’ button instead of searching the library.

Add New Custom Snippet

Then, all you have to do is just paste your own code in and decide where it should run on your site.

For example, you can copy and paste this snippet below into the WPCode’s custom code snippet and customize it to change the sender name and email.

// Please edit the address and name below.
// Change the From address.
add_filter( 'wp_mail_from', function ( $original_email_address ) {
	return 'tim.smith@example.com';
} );

// Change the From name.
add_filter( 'wp_mail_from_name', function ( $original_email_from ) {
	return 'Tim Smith';
} );

We hope this article helped you learn how to change the sender’s name and email address in outgoing WordPress emails. You may also want to check out our other WordPress guides related to WordPress email settings.

Best WordPress Guides for Email Settings

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

53 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Afshan says

    Its updating contact form 7 sender name and email.
    How to make it only applicable for core WordPress emailing not for contact form 7?

    • WPBeginner Support says

      You would need to uncheck the force email and reach out to your contact form’s support for how to set it in the plugin.

      Admin

  3. Cameron Johnson says

    Hey thanks for the code it works amazing! Is there a way to change the email sender name for only the new order email and remain the rest of them the same? Thanks!

    • WPBeginner Support says

      For that, you would want to reach out to the support for the ecommerce plugin you’re using for if they have an option to set that up.

      Admin

  4. Jonathan says

    Hi I tried out the method of adding the code snippet to my functions. One problem that came up is that now my site is sending an extra email with no subject or content(only a blank template) along with the other notifications. After removing the code snippet it still sends these emails. After removing the code do I need to run a remove_filter() or something similar?

    • WPBeginner Support says

      You would want to check that it isn’t being sent by one of your other plugins, this code should only change the values for the sender name. What the code modifies would be removed when you remove the code.

      Admin

  5. Felipe says

    I used the Snippets plugin and it did update the from address and the name, but the name shows “my name, WordPress” Any idea what could be causing it?

    • WPBeginner Support says

      You may want to ensure you set the sender email as well to ensure that isn’t part of the issue.

      Admin

  6. Mrunal says

    I copy pasted this code into my theme’s functions.php file. Changed the email address and the name. then when i try to refresh the page, I saw the code being displayed on top of my website. I tried using the plugin as well. and the plugin didn’t work either. Please help.

    • WPBeginner Support says

      For the code not working, you would want to ensure the code is not after a ?> in your functions.php file. For the plugin not working you may want to reach out to the plugin’s support for them to take a look at possible conflicts.

      Admin

  7. Reza Baleghi says

    I just pasted the code and changed it as I wanted.
    It works perfectly!
    Thanks for saving lots of time. :-)

  8. M Asif Raza says

    Fantastic. Its really worked for me and I have done what I wanted in few minutes. Thanks for this Blog Post :)

  9. Ruth says

    This works perfectly, but too well!

    It overrides the from address in Gravity Forms notifications. Is there a way to only have it apply to the network administrator? We have a WordPress network, not a single site.

    • WPBeginner Support says

      You would want to reach out to the plugin’s support for preventing it from overriding your forms for what it sounds like you’re wanting.

      Admin

  10. TH says

    Hi.
    The emails sent from my wordpress website show extra information for the sender name ‘myemailname via msv40-sh-cicadas.mschosting.com’

    How do I remove the ‘via msv40-sh-cicadas.mschosting.com’?

    How do I set it up my site’s email so that it only shows myemailname?

    I have done email authentication on my cpanel.
    I deactivated all plugins to check but still the same.

    Thanks for the help.
    TH

  11. MELLOR says

    Hi thanks for putting this in. It works for anything that doesn’t populate these fields, as per Gravity Forms example above, but because this is an output filter it changes anything you send to these values.

    I can code but not WordPress, but I will take your template code above and pop in a conditional test for the known wordpress values…

    if $original_email_from = “WordPress” then change it,

    likewise if $original_email_address = “wordpress@” then change it.

    Otherwise leave well alone.

    Then it will work for any calling plugin that does fill these or any of these fields.

    I chose to change the core code, unfortunately, JETPACK puts these values back in when it calls wp_mail so my default value change was useless because they only changed if the values where not given….lol

    On the flip side, the FILTER you gave above comes in AFTER everything else, so it obliterates even the values from plugins like Gravity.

    So if anyone can code the conditional statement – only change if it contains the values “WordPress” (and possibly any derivatives) then that will definately fix all scenarios.

    If there’s no one to hand, then I will possible get it done in a while for my own site so that it doesn’t look like a phishing site whenever it emails anyone… lol because the from name won’t match my identity or domain or ssl certificate. Until then I have switched off JetPack.

    Many thanks for the base code, it will really help me work out the rest.

  12. Bryan says

    Hi Syed, I noticed that while it works for other notifications, it didn’t work for the initial new user registration email. When a new user registers on my site, it is still not using the updated sender namer and email. Do you know why?

  13. Aurélien Denis says

    I’ve been using this method for years… but be careful it’s not compatible with plugins like Gravity Forms who already change this.

    • WPBeginner Support says

      If you are using a contact form plugin like WPForms or GravityForms, then you can set sender name and email address in plugin settings. However, this is mostly used by the emails sent by the plugin and not for the WordPress notification emails.

      Admin

  14. plu2 says

    Thank you for this great tip.

    For user friendliness you could consider removing the line numbers in the method 2 code.

Leave a Reply to WPBeginner Support Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WPBeginner Assistant
How can I help you?

By chatting, you consent to this chat being stored according to our privacy policy and your email will be added to receive weekly WordPress tutorials from WPBeginner.