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

By default, WordPress uses " WordPress As the sender name for all outgoing emails.

In this tutorial, we will show you how to change the default sender name for WordPress emails.

But, if you've never installed WordPress discover How to Install a WordPress Blog in 7 Steps et How to search, install and activate a WordPress theme on your blog 

Then back to why we are here. 

Change the sender name of outgoing emails e1567458573323

Why should you change the name of the email sender?

The default WordPress sender name is "WordPress" which sends emails from a non-existent email address with " [email protected] As sending email.

Many spam filters will block your emails thinking that they are spam. Sometimes your mail will not show up even in spam.

Check out our 8 premium WordPress plugins for email marketing

Outgoing email notifications are important, and you must use your own work address to do so. This will increase the authenticity of your brand and increase the recognition of your brand among users.

That said, we will see how to change the name of the default sender of emails sent by WordPress.

1 method: Changing the name of the sender with a plugin

The first thing you need to do is to install and activate the plugin " CB Change Mail Sender ". For more details, check out our guide on how to install a WordPress plugin.

After activating this plugin, you will notice a new item on the CB Mail Sender dashboard in the left side menu. Clicking on it will take you to the settings page.

parameter-the-plugin-cm-mail-sender-menu

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

Discover the email that all online stores fear

Remember to save your settings once you have added your name and email address.

That's all. Now all your emails will use your name and email address instead of the default ones.

2 method: Manually change the name of the author of an email sent by WordPress

This method requires you to paste a code into your WordPress files. This method is for those who know how to code in PHP, you can read our tutorial on how to create a WordPress plugin.

You just need to add the following code in your plugin or in the file functions.php Of your active WordPress theme.

// function to change email address function bpc_sender_email ($ original_email_address) {return '[email protected]'; } // Function to change sender name function bpc_sender_name ($ original_email_from) {return 'Blair Jersyer'; } // Hooking up our functions to WordPress filters add_filter ('wp_mail_from', 'bpc_sender_email'); add_filter ('wp_mail_from_name', 'bpc_sender_name');

This code will simply replace the name of the sender " WordPress »By default and the email address with your personalized sender name and the email address you have mentioned.

So much to see... 5 plugins to send emails on WordPress

You can now test both methods at home by creating a new user account for example.

Discover also some themes and premium WordPress plugins  

You can use other WordPress plugins to give a modern appearance and to optimize the handling of your blog or website.

We offer you here some premium WordPress plugins that will help you do that.

1. Directory ultimate PRO

Directory ultimate PRO is a WordPress Plugin premium which allows you to create any type of directory on the internet. It can be integrated into any WordPress theme and can be customized according to your needs. It highlights its personalized search function which is one of the main features of the websites of this niche.

Directory ultimate pro 1

Its search bar allows you to add personalized filters and choose the search style, finally that it adapts perfectly to your website.

Read also our article on 5 WordPress plugins to share articles on social networks

As features, it offers among others: a layout 100% responsive, an advanced search bar, 3 ways to display your directory, optimization for mobile navigation, excellent SEO, compatibility with most modern browsers, and more       

Download | Demo | Web hosting

2. Premium Charts for Elementor

Premium Charts for Elementor is a WordPress Plugin and an extension of the famous Elementor plugin that you allows you to insert the highly customizable dynamic diagrams into articles, pages or sidebars, using simple automatically generated shortcodes.

Premium charts for elementor wordpress plugin

We also invite you to consult our 23 essential tools for success in blogging

Its main functions are: the automatic updating of the chart when the page loads, the support for zone charts, line charts and candlestick charts, the support of technical indicators (simple, exponential and weighted mobility), customization titles, colors and backgrounds, support for an unlimited number of different diagrams on a single page, and more.

Download | Demo | Web hosting

3. EventOn

Le WordPress Plugin EventOn is the best-selling calendar plugin on CodeCanyon, with over 7000 sales. It has a ton of useful features like featured images for events, shortcodes, unlimited creation of event calendars, customizable metadata fields and event characteristics.

Eventon

Its main extensions are among others: the possibility of selling tickets, the import / export of events in CSV format, free integration with Google Maps, sorting and filtering on the event list, fully responsive layout, Multilingual support, and easy customization of the calendar. 

How to use an SMTP server to send emails on WordPress ? discover it by consulting this link.

Some features are already available for free in other plugins, but the price-performance ratio is an effective compromise.

Download Demo | Web hosting

Recommended Resources

Find out about other recommended resources to help you build and manage your website.

Conclusion

Here is ! That's it for this tutorial. We hope that the latter will help you change the name of the sender of WordPress emails. Do not hesitate to share with your friends on your favorite social networks

However, you will also be able to consult our resources, if you need more elements to carry out your projects of creation of Internet sites, by consulting our guide on the WordPress blog creation.

If you have any concerns or suggestions in this area, let's find ourselves in the comments section to discuss.

...