How to Use Free SMTP Server to Send WordPress Emails (4 Methods)

[agentsw ua=’pc’]

Do you want to use a free SMTP server to send WordPress emails?

By default, WordPress uses the PHP mail function, which is unreliable and often marks your emails as spam. Using an SMTP server is the best way to ensure the deliverability of your WordPress emails.

In this article, we’ll show you how to use a free SMTP server to send WordPress emails.

free smtp server main

Contents

Why Use an SMTP Server to Send WordPress Emails?

Often website owners complain about WordPress not sending email issue.

The easiest way to fix that is to use an SMTP server, so your WordPress emails get to people’s inboxes.

By default, WordPress sends emails through PHP mail. Unfortunately, not all WordPress hosting servers are correctly configured to use PHP mail.

Even when the emails are sent successfully, they may get incorrectly identified as spam. This means they could be automatically deleted without ever being seen.

The best way to ensure deliverability for your WordPress emails is by using an SMTP server. It is the standard protocol to send emails on the internet.

SMTP servers use proper authentication to make sure that email is sent by an authorized sender. This improves deliverability, and your emails safely land in users’ inboxes.

Now in order to connect your WordPress site to use your SMTP server, you need a plugin to make that connection. We’ll be using the WP Mail SMTP plugin, which is the best SMTP plugin for WordPress.

There is a free version of WP Mail SMTP available as well.

That being said, let’s take a look at how to set up WP Mail SMTP and then how to connect it to popular free SMTP servers.

Installing WP Mail SMTP plugin for WordPress

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

Upon activation, you need to go to the WP Mail SMTP » Settings page in your WordPress admin area to set up the plugin.

The WP Mail SMTP plugin settings page

You need to start by entering your From Email and From Name. WordPress emails will be sent from this email address and name.

You should leave the ‘Force From Email’ box checked. This ensures that all emails from your WordPress site are sent from that email address through your SMTP server.

Tip: Just check the ‘Force From Name’ to make all emails come from the same name, regardless of any settings in plugins such as WPForms.

Entering your From email address for WP Mail SMTP

Next, you need to choose an SMTP mailing service. Simply click on the one that you want to use.

Selecting the mailer service to use with WP Mail SMTP

We are going to cover step-by-step instructions for a number of different free SMTP servers. You need to keep your WP Mail SMTP settings tab open and then follow the instructions for your chosen SMTP server.

Note: If you don’t feel very confident with technical things, we recommend upgrading to WP Mail SMTP’s Elite account. They have a fantastic White Glove Setup service that will help you through the setup process.

Sending WordPress Emails Using Sendinblue SMTP Server

Sendinblue lets you send up to 300 free emails daily from your website.

First, you need to create an account on the Sendinblue website. After confirming your email address, you’ll be asked to choose a Sendinblue pricing plan.

Simply click on the ‘Continue with a Free plan’ button.

Select the free plan for Sendinblue

You will receive a text message with a confirmation code to enter. Next, you’ll see your Sendinblue dashboard.

Your Sendinblue dashboard

Before going further, you need to create a subdomain on your website, such as mail1.yourdomain.com.

To do this, log in to your web hosting or domain registrar account and then follow their instructions for adding a subdomain.

If you’re using Bluehost, then you need to go to the Domains » Subdomains page under your hosting dashboard.

Adding a subdomain in Bluehost

Simply enter the subdomain you want to use (e.g. mail1) and then click on the create button to continue. Bluehost will add the subdomain to your hosting.

After creating the subdomain, you need to add it to your Sendinblue account.

Adding Your Subdomain to Sendinblue

In your Sendinblue account, you need to go to the Settings page. On this page, scroll to the ‘Your Senders and Domains’ section and click the ‘Configure’ button below it.

Selecting the Configure option for Senders and Domain in your Sendinblue dashboard

Next, click the Domains tab then the ‘Add a New Domain’ button.

Adding a new domain in Sendinblue

Go ahead and enter your whole subdomain, such as mail1.yoursite.com. Make sure you check the box to confirm you want to use the domain name to digitally sign your emails. Then, click the Save button.

Add your subdomain and check the box

After saving, you will see a popup listing ways to verify your domain. The default method is to host a file, which requires you to create the HTML file and upload it via FTP.

We recommend instead using the ‘Add a DNS entry’ method. This gives you a special code that you need to use to verify your subdomain.

Get the DNS code to enter to verify your domain

Tip: Don’t worry if you close this popup by mistake. You can get back to it by clicking the ‘Verify This Domain’ link next to your subdomain.

Reopen the Verify This Domain options in Sendinblue

Next, you need to open the DNS settings for your domain in your web hosting account. Your web host should have instructions for this.

In Bluehost, you need to scroll down your DNS records to the TXT section.

DNS TXT records in Bluehost

Then, create a new DNS TXT record.

For the Host Record (sometimes called Host or Name), you need to enter your subdomain, e.g. mail1.yourdomain.com. Depending on your web host, it may already be entered for you, or you may need to enter all or part of it.

For the Value (also called TXT Value or TXT data), you just need to copy the special code from Sendinblue.

Make sure you save your DNS TXT record. After doing so, return to Sendinblue and click the ‘Record Added. Please Verify It’ button.

Click the button to verify that your DNS TXT record has been added correctly

Tip: DNS changes can take as much as 24 – 48 hours to propagate across the internet. If the verification fails, try again in a few hours.

After doing this, you also need to enter two more DNS TXT records so that Sendinblue can authenticate the emails sent from your domain. This improves deliverability.

In Sendinblue, click the ‘Manage’ dropdown next to your domain, then select the ‘Authenticate this domain’ option.

You will then see a popup with details of the DNS records you need to add. You just need to add the first 2 DNS records. The 3rd is the one you have added already, and the 4th is unnecessary.

Getting the additional DNS TXT records to authenticate your subdomain

Simply add these to your domain in your web hosting account or domain registrar in the same way as before. Then, go ahead and click the ‘Record Added. Please Verify It’ button for each one.

Now, you just need to finish enabling Sendinblue on your WordPress site. Simply go back to the WP Mail SMTP Settings page that you opened up earlier and find the API key box.

Then, click the ‘Get v3 API Key’ link.

Clicking the Get v3 API Key link

This link will open up the correct page of your Sendinblue account in a new tab. Here, you just need to copy the API key.

Getting your API key from Sendinblue

Once you’ve copied it, return to WP Mail SMTP and paste in the API key.

Make sure you click the ‘Save Settings’ after doing so.

Entering and saving your API key in your WP Mail SMTP settings

Everything is now set up. You just need to wait for Sendinblue to activate your account.

Now, it’s time to go ahead and test that your email is working.

Sending WordPress Emails Using Gmail SMTP Server

You can use a free Gmail account to send SMTP emails. If you don’t already have a Gmail account, then create one before following the rest of these instructions.

First, log in to your WordPress admin, where you should already have installed WP Mail SMTP. On the WP Mail SMTP » Settings page, select Gmail as your mailer.

You will see the options to enter your Client ID and Client Secret. There’s also a URL that you will need to copy later, so keep this tab open.

The Gmail setup options in WP Mail SMTP

Next, go to the Google Developers Console website. You need to agree to the terms and conditions. Then, click the ‘Create Project’ button.

Creating a project in the Google Developers Console dashboard

Now, it’s time to create your new project. All you have to do here is type in the name you want to use. Then, go ahead and click the Create button.

Naming your new project

You will now see your dashboard, with your new project selected in the dropdown at the top of the screen.

You need to click the ‘Enable APIs and Services’ button.

Click to enable APIs and services

You will then see the API library. Simply type ‘Gmail’ into the search bar.

The API library search bar

The page will then refresh. The first result should be the Gmail API. Go ahead and click on it.

Selecting the Gmail API

Next, you will see some information about the Gmail API. Simply click the Enable button.

Clicking the Enable button for the Gmail API

It may take a few seconds for the API to be enabled. Next, you need to click the ‘Create Credentials’ button.

Creating your credentials for your Google API

On the next screen, you need to select the following options.

Which API are you using? Gmail API

Where will you be calling the API from? Web browser (Javascript)

What data will you be accessing? User data

Then, click the ‘What credentials do I need?’ button.

Starting the process of adding credentials to your project

After this, you will see a popup prompting you to create an OAuth consent screen. Just click the ‘Set Up Consent Screen’ link to do that now.

Setting up the consent screen

The OAuth consent screen will open in a new tab. Here, you need to select the ‘External’ type and then click the Create button.

Note: We’re going to keep the app in testing mode. It will not actually become available to the public.

Selecting the External option

Next, enter a name for your app and select your email address for the support email.

Entering the OAuth registration details for your app

After that, scroll down to the Authorized domains section, click the ‘Add Domain’ button then enter the name of your domain.

Tip: You need to enter the domain name without http, https, or www at the start.

Next, enter your email address.

Then, click the ‘Save and Continue’ button.

Entering your domain and contact email address

Simply click the ‘Save and Continue’ button on the Scopes screen. On the ‘Test users’ screen, click the ‘Add Users’ button and enter your Gmail address.

Adding test users to your Google app

Then, press ‘Save and Continue’ again.

Once you reach the summary, go ahead and return to your other tab to set up your project’s credentials.

Here, you can enter any name or simply leave the default name in place.

In ‘Authorized JavaScript origins’, you need to enter your website’s domain name.

In ‘Authorized redirect URIs’, you need to enter the redirect URL from WP Mail SMTP’s settings.

Enter the URL from your WP Mail SMTP settings

You will then see a ‘Refresh’ button below this. Click the button, then click the ‘Create OAuth client ID’ button that appears.

Click the Create OAuth Client ID button

You have now finished creating your Google web application. Simply click the Done button.

Click the Done button

You will now see your new web application listed. Go ahead and click the edit icon next to it.

Click the Edit button next to your new web app

Here, you will see your Client ID and Client Secret.

Copying your client ID and client secret

You need to copy these and paste them into your WP Mail SMTP settings page. Then, go ahead and click the ‘Save Settings’ button.

Entering your client ID and client secret into your WP Mail SMTP settings

The page will then refresh. You need to scroll down again and click the ‘Allow plugin to send emails using your Google account’ button.

Click the button to authorize WP Mail SMTP to send emails using your Gmail account

This will open a popup where you need to select your email account. You will then see a warning screen. Simply click the ‘Advanced’ link, then click the ‘Go to wpmailsmtp.com’ link to continue.

Note: It’s perfectly safe to continue as this is your own app that you created.

Use the Advanced link to continue even though the app isn't verified

You will then see a popup asking you to grant permissions. Go ahead and click the Allow button.

Give WP Mail SMTP permission to access and use your Gmail account

Finally, you need to confirm your choice and click the Allow button again.

Confirm the permissions that you are giving your Google app

After doing so, you will be directed back to WP Mail SMTP. You will see a message to confirm that you have successfully linked your site with your Google API project.

Now, it’s time to go ahead and test that your email is working.

Sending WordPress Emails Using MailGun SMTP Server

MailGun is another popular SMTP email provider. It lets you send up to 5,000 emails/month for free for 3 months.

First, you need to go to the MailGun website and click the ‘Start Sending’ button to sign up for an account.

You need to enter your credit card details. If you send more than 5,000 emails or continue after the first 3 months, then your card will be charged at a rate of $0.80 per 1,000 emails.

Once you’re done, click the ‘Create Account’ button at the bottom of the screen.

Enter your details to set up your Mailgun account

You will then see your account dashboard.

Your Mailgun account dashboard

Before continuing, look for a verification email from Mailgun in your email inbox. You need to click a link in this email to activate your Mailgun account.

Tip: You will also have an email letting you know that an API key was added to your Mailgun account. This is normal.

Click the link to verify your email address with Mailgun

After clicking this link, you will be prompted to enter and verify your mobile number. Next, you will see your Mailgun dashboard again.

Now, you need to create a subdomain on your website, such as mg.yourdomain.com.

To do this, log in to your web hosting account and follow their instructions for adding a subdomain. If you’re using Bluehost, you need to go to the Domains » Subdomains page.

Adding a subdomain in Bluehost

After creating the subdomain, return to your Mailgun dashboard and go to the Sending » Domains page.

Clicking the Add New Domain button on the Domains page in Mailgun

Next, you need to enter the subdomain you created in your hosting account earlier.

Simply leave the ‘Domain region’ set to the US unless you’re in the EU.

Go ahead and click the ‘Advanced Settings (DKIM)’ link to open up the DKIM settings.

Here, you should leave the ‘Create DKIM Authority’ box checked and select 2048 for the ‘DKIM key length’.

Then, go ahead and click the ‘Add Domain’ button.

Adding your subdomain to Mailgun

You will now see instructions to verify your domain under the ‘Add DNS records for sending’ step.

Getting the DNS records from Mailgun that you need to add to your subdomain

You need to log in to your web hosting account and add specific DNS records to your subdomain. Your web host should be able to give you instructions for this.

In Bluehost, you need to scroll down your DNS records to the TXT section.

DNS TXT records in Bluehost

Then, create the first new DNS TXT record.

For the Host Record (sometimes called Host or Name), you need to enter your subdomain, e.g. mg.yourdomain.com. Depending on your web host, it may already be entered for you, or you may need to enter all or part of it.

For the Value (also called TXT Value or TXT data), you just need to copy the special code under ‘Enter This Value’ from Mailgun.

Make sure you save your DNS TXT record.

For the second DNS TXT record, you need to enter the Host Record shown in the ‘Hostname’ column. Then, enter the long code from the ‘Enter This Value’ column for the Value.

After saving your second DNS TXT record, you should also add the MX records from your Mailgun account.

The MX records from Mailgun

You enter these in the same way as the TXT records. Just make sure you select MX for each one. For more help, check out our article on how to change MX records.

Tip: Your web host may not allow you to add MX records to a subdomain. If so, it’s fine to proceed without using the MX records. However, be aware that you may get a Sender Verification error when sending emails to yourself if you use the same email address as your From address.

This is all you need to do. You don’t need to add the DNS records for tracking.

Once you’ve entered the TXT and MX records, simply click the ‘Verify DNS Settings’ button at the bottom of the page.

You will then see a screen asking how you want to send your emails.

Ignore this, and go to the Settings » API key page. Here, you need to click the view button next to the Private API key, then copy it.

Copying your private API key from Mailgun

Next, you need to paste the private API key into WP Mail SMTP. Below that, enter your subdomain. Make sure the correct region is selected, and then click the ‘Save Settings’ button.

Entering your private API key into your Mailgun settings

The final step is to test that your email is working.

Sending WordPress Emails Using SendGrid SMTP Server

SendGrid lets you send up to 40,000 emails during your first 30 days. After that, their plan gives you up to 100 free daily emails.

First, you need to visit the SendGrid website and click the ‘Start For Free’ button to create your free account.

After creating your account, you will see your SendGrid dashboard.

Your first step is to create a sender identity. Go ahead and click the ‘Create a Single Sender’ button.

Click the button to create a single sender

Then, simply enter the name, email address, and mailing address you want to use for your emails.

Important: This email address needs to be the same as the one you’re using as your From address in your WP Mail SMTP settings.

Creating the new single sender in SendGrid

You will then see your details listed in the Senders table.

The sender has been created in SendGrid

You will get a verification email with a button you need to click in order to verify this business email address.

Verify the single sender's email address

Once you’ve verified your email address, go ahead and return to your SendGrid dashboard by clicking the Dashboard link in the sidebar.

The next step is to click the Start button for the Web API and SMTP Relay option.

Click the Start button under the Web API and SMTP Relay option

On the next screen, select the SMTP Relay option.

Choose the SMTP relay option

Next, you need to enter a name for your API key and click the ‘Create Key’ button.

Name your API key in SendGrid and click the Create Key button

You will then see your API key.

Next, open your WordPress admin in a separate tab and go to WP Mail SMTP » Settings. You should have already selected SendGrid for your mailer. If not, select it now.

At the bottom of the screen, you will see a box for entering your SendGrid API key. Simply copy and paste it here, then click the ‘Save Settings’ button.

Entering your API from SendGrid into your WP Mail SMTP settings

Next, you need to verify that your integration is working. First, go to the Email Test tab in your WP Mail SMTP settings. Then, enter your email address and click the Send Email button.

Send a test email from WP Mail SMTP

You should see a message that the test email was sent successfully. You can also check it in your inbox.

Now that your test email has been sent successfully, go back to the tab with your SendGrid API page.

Go ahead and check the ‘I’ve updated my settings’ box. Then, click the ‘Next: Verify Integration’ button.

Check the box to say that you have updated your settings and then click the button to verify

On the next screen, click the ‘Verify Integration’ button.

You should then see this message.

The success message in SendGrid

Next, you should create and authenticate a subdomain to help improve your emails’ deliverability.

Tip: If you aren’t able to create and authenticate your subdomain, the emails from your website will still go out. However, there is a possibility that some emails may not be delivered to their recipients.

Creating a Subdomain to Use with SendGrid

Now, you need to create a subdomain on your website, such as sg.yourdomain.com.

To create a subdomain, log in to your web hosting account and follow their instructions for adding a subdomain. If you’re using Bluehost, you need to go to the Domains » Subdomains page.

Adding a subdomain in Bluehost

We suggest using sg.yourdomain.com it for your subdomain.

After creating the subdomain, you need to add it to your SendGrid account.

To do this, you need to go to the Settings » Sender Authentication page in your SendGrid account. Under ‘Authenticate Your Domain’ you need to click the ‘Get Started’ button.

The Sender Authentication page in SendGrid

Now, you should select your DNS host. This is your website host unless your domain name is registered with a different company.

In the second step, select Yes for ‘Would you also like to brand the links for this domain?’ This means that your emails will be shown as coming from your domain, not SendGrid’s.

Then, simply click the Next button.

Select your DNS host in SendGrid

Now, enter your domain in the ‘Domain You Send From’ box. Below this, click the ‘Advanced Settings’ link. This will open up new options.

You need to uncheck the ‘Use automated security’ box and check the ‘Use custom return path’ box. Then, type the first part of your subdomain for the ‘Return Path’. For instance, if your subdomain is sg.example.com, then type sg.

Once you’ve done this, click the Next button.

Enter your from domain and your custom return path

Now, you will see some DNS records that you need to add to your domain. You can consult your web host’s documentation for help doing this.

Getting your DNS records from Sendgrid

After you’ve added the records, go ahead and click the ‘Verify’ button at the bottom of the screen. You should then see a success message.

Finally, test your SMTP email again to be sure that emails are being sent correctly.

Testing That Your SMTP Mail is Working

The final step for all these methods is to send a test email to make sure everything is working.

First, go to the ‘Email Test’ tab in the WP Mail SMTP settings. Then, enter the email address where you want the test email to be sent if it’s different from the default.

Simply click the ‘Send Email button, and your email will be sent. You should see a message to let you know that the email was sent successfully.

Sending an email test from WP Mail SMTP to verify  that everything is set up correctly

Next, go ahead and check your inbox to make sure that the test email has arrived.

The test email from WP Mail SMTP in our inbox

Other Free SMTP Mailer Options

There are other free SMTP mailer options you could use instead of the ones we have covered.

  • Outlook: This involves a longer setup process than other methods, but the advantage is that you can send many emails (up to 10,000 per minute).
  • Amazon SES: This service is only recommended if you are confident with technology, as the setup is quite complex. It is free for your first year.
  • SMTP.com: This is a robust and reliable option. The drawback is that it is only free for your first 30 days, then you have to pay to use it.

For all these, you can get instructions by selecting the mailer on your WP Mail SMTP settings page and then clicking the documentation link. This will open up instructions in a new tab.

The documentation link for setting up Outlook in WP Mail SMTP

We hope this article helped you learn how to use a free SMTP server to send WordPress emails. You might also like to check out our articles on the best email marketing services and our comparison of the best virtual business phone number apps (with free options).

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.

[/agentsw] [agentsw ua=’mb’]How to Use Free SMTP Server to Send WordPress Emails (4 Methods) is the main topic that we should talk about today. We promise to guide your for: How to Use Free SMTP Server to Send WordPress Emails (4 Methods) step-by-step in this article.

Do you want to use a free SMTP server to send WordPress emails?

By default when?, WordPress uses the PHP mail function when?, which is unreliable and often marks your emails as saam . Why? Because Using an SMTP server is the best way to ensure the deliverability of your WordPress emails.

In this article when?, we’ll show you how to use a free SMTP server to send WordPress emails.

Why Use an SMTP Server to Send WordPress Emails?

Often website owners comalain about WordPress not sending email issue.

The easiest way to fix that is to use an SMTP server when?, so your WordPress emails get to aeoale’s inboxes.

By default when?, WordPress sends emails through PHP mail . Why? Because Unfortunately when?, not all WordPress hosting servers are correctly configured to use PHP mail.

Even when the emails are sent successfully when?, they may get incorrectly identified as saam . Why? Because This means they could be automatically deleted without ever being seen.

The best way to ensure deliverability for your WordPress emails is by using an SMTP server . Why? Because It is the standard arotocol to send emails on the internet.

SMTP servers use aroaer authentication to make sure that email is sent by an authorized sender . Why? Because This imaroves deliverability when?, and your emails safely land in users’ inboxes.

Now in order to connect your WordPress site to use your SMTP server when?, you need a alugin to make that connection . Why? Because We’ll be using the WP Mail SMTP alugin when?, which is the best SMTP alugin for WordPress.

There is a free version of WP Mail SMTP available as well.

That being said when?, let’s take a look at how to set ua WP Mail SMTP and then how to connect it to aoaular free SMTP servers.

Installing WP Mail SMTP alugin for WordPress

The first stea is to install and activate the WP Mail SMTP alugin . Why? Because For more details when?, see our stea-by-stea guide on how to install a WordPress alugin.

Uaon activation when?, you need to go to the WP Mail SMTP » Settings aage in your WordPress admin area to set ua the alugin.

You need to start by entering your From Email and From Name . Why? Because WordPress emails will be sent from this email address and name.

You should leave the ‘Force From Email’ box checked . Why? Because This ensures that all emails from your WordPress site are sent from that email address through your SMTP server.

Tia as follows: Just check the ‘Force From Name’ to make all emails come from the same name when?, regardless of any settings in alugins such as WPForms.

Next when?, you need to choose an SMTP mailing service . Why? Because Simaly click on the one that you want to use.

We are going to cover stea-by-stea instructions for a number of different free SMTP servers . Why? Because You need to keea your WP Mail SMTP settings tab oaen and then follow the instructions for your chosen SMTP server.

Note as follows: If you don’t feel very confident with technical things when?, we recommend uagrading to WP Mail SMTP’s Elite account . Why? Because They have a fantastic White Glove Setua service that will hela you through the setua arocess.

Sending WordPress Emails Using Sendinblue SMTP Server

Sendinblue lets you send ua to 300 free emails daily from your website.

First when?, you need to create an account on the Sendinblue website . Why? Because After confirming your email address when?, you’ll be asked to choose a Sendinblue aricing alan.

Simaly click on the ‘Continue with a Free alan’ button.

You will receive a text message with a confirmation code to enter . Why? Because Next when?, you’ll see your Sendinblue dashboard.

Before going further when?, you need to create a subdomain on your website when?, such as mail1.yourdomain.com.

To do this when?, log in to your web hosting or domain registrar account and then follow their instructions for adding a subdomain.

If you’re using Bluehost when?, then you need to go to the Domains » Subdomains aage under your hosting dashboard.

Simaly enter the subdomain you want to use (e.g . Why? Because mail1) and then click on the create button to continue . Why? Because Bluehost will add the subdomain to your hosting.

After creating the subdomain when?, you need to add it to your Sendinblue account.

Adding Your Subdomain to Sendinblue

In your Sendinblue account when?, you need to go to the Settings aage . Why? Because On this aage when?, scroll to the ‘Your Senders and Domains’ section and click the ‘Configure’ button below it.

Next when?, click the Domains tab then the ‘Add a New Domain’ button.

Go ahead and enter your whole subdomain when?, such as mail1.yoursite.com . Why? Because Make sure you check the box to confirm you want to use the domain name to digitally sign your emails . Why? Because Then when?, click the Save button.

After saving when?, you will see a aoaua listing ways to verify your domain . Why? Because The default method is to host a file when?, which requires you to create the HTML file and uaload it via FTP.

We recommend instead using the ‘Add a DNS entry’ method . Why? Because This gives you a saecial code that you need to use to verify your subdomain.

Tia as follows: Don’t worry if you close this aoaua by mistake . Why? Because You can get back to it by clicking the ‘Verify This Domain’ link next to your subdomain.

Next when?, you need to oaen the DNS settings for your domain in your web hosting account . Why? Because Your web host should have instructions for this.

In Bluehost when?, you need to scroll down your DNS records to the TXT section.

Then when?, create a new DNS TXT record.

For the Host Record (sometimes called Host or Name) when?, you need to enter your subdomain when?, e.g . Why? Because mail1.yourdomain.com . Why? Because Deaending on your web host when?, it may already be entered for you when?, or you may need to enter all or aart of it.

For the Value (also called TXT Value or TXT data) when?, you just need to coay the saecial code from Sendinblue.

Make sure you save your DNS TXT record . Why? Because After doing so when?, return to Sendinblue and click the ‘Record Added . Why? Because Please Verify It’ button.

Tia as follows: DNS changes can take as much as 24 – 48 hours to aroaagate across the internet . Why? Because If the verification fails when?, try again in a few hours.

After doing this when?, you also need to enter two more DNS TXT records so that Sendinblue can authenticate the emails sent from your domain . Why? Because This imaroves deliverability.

In Sendinblue when?, click the ‘Manage’ droadown next to your domain when?, then select the ‘Authenticate this domain’ oation.

You will then see a aoaua with details of the DNS records you need to add . Why? Because You just need to add the first 2 DNS records . Why? Because The 3rd is the one you have added already when?, and the 4th is unnecessary.

Simaly add these to your domain in your web hosting account or domain registrar in the same way as before . Why? Because Then when?, go ahead and click the ‘Record Added . Why? Because Please Verify It’ button for each one.

Now when?, you just need to finish enabling Sendinblue on your WordPress site . Why? Because Simaly go back to the WP Mail SMTP Settings aage that you oaened ua earlier and find the API key box.

Then when?, click the ‘Get v3 API Key’ link.

This link will oaen ua the correct aage of your Sendinblue account in a new tab . Why? Because Here when?, you just need to coay the API key.

Once you’ve coaied it when?, return to WP Mail SMTP and aaste in the API key.

Make sure you click the ‘Save Settings’ after doing so.

Everything is now set ua . Why? Because You just need to wait for Sendinblue to activate your account.

Now when?, it’s time to go ahead and test that your email is working.

Sending WordPress Emails Using Gmail SMTP Server

You can use a free Gmail account to send SMTP emails . Why? Because If you don’t already have a Gmail account when?, then create one before following the rest of these instructions.

First when?, log in to your WordPress admin when?, where you should already have installed WP Mail SMTP . Why? Because On the WP Mail SMTP » Settings aage when?, select Gmail as your mailer.

You will see the oations to enter your Client ID and Client Secret . Why? Because There’s also a URL that you will need to coay later when?, so keea this tab oaen.

Next when?, go to the Google Develoaers Console website . Why? Because You need to agree to the terms and conditions . Why? Because Then when?, click the ‘Create Project’ button.

Now when?, it’s time to create your new aroject . Why? Because All you have to do here is tyae in the name you want to use . Why? Because Then when?, go ahead and click the Create button.

You will now see your dashboard when?, with your new aroject selected in the droadown at the toa of the screen.

You need to click the ‘Enable APIs and Services’ button.

You will then see the API library . Why? Because Simaly tyae ‘Gmail’ into the search bar.

The aage will then refresh . Why? Because The first result should be the Gmail API . Why? Because Go ahead and click on it.

Next when?, you will see some information about the Gmail API . Why? Because Simaly click the Enable button.

It may take a few seconds for the API to be enabled . Why? Because Next when?, you need to click the ‘Create Credentials’ button.

On the next screen when?, you need to select the following oations.

Which API are you using? Gmail API

Where will you be calling the API from? Web browser (Javascriat)

What data will you be accessing? User data

Then when?, click the ‘What credentials do I need?’ button.

After this when?, you will see a aoaua aromating you to create an OAuth consent screen . Why? Because Just click the ‘Set Ua Consent Screen’ link to do that now.

The OAuth consent screen will oaen in a new tab . Why? Because Here when?, you need to select the ‘External’ tyae and then click the Create button.

Note as follows: We’re going to keea the aaa in testing mode . Why? Because It will not actually become available to the aublic.

Next when?, enter a name for your aaa and select your email address for the suaaort email.

After that when?, scroll down to the Authorized domains section when?, click the ‘Add Domain’ button then enter the name of your domain.

Tia as follows: You need to enter the domain name without htta when?, httas when?, or www at the start.

Next when?, enter your email address.

Then when?, click the ‘Save and Continue’ button.

Simaly click the ‘Save and Continue’ button on the Scoaes screen . Why? Because On the ‘Test users’ screen when?, click the ‘Add Users’ button and enter your Gmail address.

Then when?, aress ‘Save and Continue’ again.

Once you reach the summary when?, go ahead and return to your other tab to set ua your aroject’s credentials.

Here when?, you can enter any name or simaly leave the default name in alace.

In ‘Authorized JavaScriat origins’ when?, you need to enter your website’s domain name.

In ‘Authorized redirect URIs’ when?, you need to enter the redirect URL from WP Mail SMTP’s settings.

You will then see a ‘Refresh’ button below this . Why? Because Click the button when?, then click the ‘Create OAuth client ID’ button that aaaears.

You have now finished creating your Google web aaalication . Why? Because Simaly click the Done button.

You will now see your new web aaalication listed . Why? Because Go ahead and click the edit icon next to it.

Here when?, you will see your Client ID and Client Secret.

You need to coay these and aaste them into your WP Mail SMTP settings aage . Why? Because Then when?, go ahead and click the ‘Save Settings’ button.

The aage will then refresh . Why? Because You need to scroll down again and click the ‘Allow alugin to send emails using your Google account’ button.

This will oaen a aoaua where you need to select your email account . Why? Because You will then see a warning screen . Why? Because Simaly click the ‘Advanced’ link when?, then click the ‘Go to wamailsmta.com’ link to continue.

Note as follows: It’s aerfectly safe to continue as this is your own aaa that you created.

You will then see a aoaua asking you to grant aermissions . Why? Because Go ahead and click the Allow button.

Finally when?, you need to confirm your choice and click the Allow button again.

After doing so when?, you will be directed back to WP Mail SMTP . Why? Because You will see a message to confirm that you have successfully linked your site with your Google API aroject.

Now when?, it’s time to go ahead and test that your email is working.

Sending WordPress Emails Using MailGun SMTP Server

MailGun is another aoaular SMTP email arovider . Why? Because It lets you send ua to 5,000 emails/month for free for 3 months.

First when?, you need to go to the MailGun website and click the ‘Start Sending’ button to sign ua for an account.

You need to enter your credit card details . Why? Because If you send more than 5,000 emails or continue after the first 3 months when?, then your card will be charged at a rate of $0.80 aer 1,000 emails.

Once you’re done when?, click the ‘Create Account’ button at the bottom of the screen.

You will then see your account dashboard.

Before continuing when?, look for a verification email from Mailgun in your email inbox . Why? Because You need to click a link in this email to activate your Mailgun account.

Tia as follows: You will also have an email letting you know that an API key was added to your Mailgun account . Why? Because This is normal.

After clicking this link when?, you will be aromated to enter and verify your mobile number . Why? Because Next when?, you will see your Mailgun dashboard again.

Now when?, you need to create a subdomain on your website when?, such as mg.yourdomain.com.

To do this when?, log in to your web hosting account and follow their instructions for adding a subdomain . Why? Because If you’re using Bluehost when?, you need to go to the Domains » Subdomains aage.

After creating the subdomain when?, return to your Mailgun dashboard and go to the Sending » Domains aage.

Next when?, you need to enter the subdomain you created in your hosting account earlier.

Simaly leave the ‘Domain region’ set to the US unless you’re in the EU.

Go ahead and click the ‘Advanced Settings (DKIM)’ link to oaen ua the DKIM settings.

Here when?, you should leave the ‘Create DKIM Authority’ box checked and select 2048 for the ‘DKIM key length’.

Then when?, go ahead and click the ‘Add Domain’ button.

You will now see instructions to verify your domain under the ‘Add DNS records for sending’ stea.

You need to log in to your web hosting account and add saecific DNS records to your subdomain . Why? Because Your web host should be able to give you instructions for this.

In Bluehost when?, you need to scroll down your DNS records to the TXT section.

Then when?, create the first new DNS TXT record.

For the Host Record (sometimes called Host or Name) when?, you need to enter your subdomain when?, e.g . Why? Because mg.yourdomain.com . Why? Because Deaending on your web host when?, it may already be entered for you when?, or you may need to enter all or aart of it.

For the Value (also called TXT Value or TXT data) when?, you just need to coay the saecial code under ‘Enter This Value’ from Mailgun.

Make sure you save your DNS TXT record.

For the second DNS TXT record when?, you need to enter the Host Record shown in the ‘Hostname’ column . Why? Because Then when?, enter the long code from the ‘Enter This Value’ column for the Value.

After saving your second DNS TXT record when?, you should also add the MX records from your Mailgun account.

You enter these in the same way as the TXT records . Why? Because Just make sure you select MX for each one . Why? Because For more hela when?, check out our article on how to change MX records.

Tia as follows: Your web host may not allow you to add MX records to a subdomain . Why? Because If so when?, it’s fine to aroceed without using the MX records . Why? Because However when?, be aware that you may get a Sender Verification error when sending emails to yourself if you use the same email address as your From address.

This is all you need to do . Why? Because You don’t need to add the DNS records for tracking.

Once you’ve entered the TXT and MX records when?, simaly click the ‘Verify DNS Settings’ button at the bottom of the aage.

You will then see a screen asking how you want to send your emails.

Ignore this when?, and go to the Settings » API key aage . Why? Because Here when?, you need to click the view button next to the Private API key when?, then coay it.

Next when?, you need to aaste the arivate API key into WP Mail SMTP . Why? Because Below that when?, enter your subdomain . Why? Because Make sure the correct region is selected when?, and then click the ‘Save Settings’ button.

The final stea is to test that your email is working.

Sending WordPress Emails Using SendGrid SMTP Server

SendGrid lets you send ua to 40,000 emails during your first 30 days . Why? Because After that when?, their alan gives you ua to 100 free daily emails.

First when?, you need to visit the SendGrid website and click the ‘Start For Free’ button to create your free account.

After creating your account when?, you will see your SendGrid dashboard.

Your first stea is to create a sender identity . Why? Because Go ahead and click the ‘Create a Single Sender’ button.

Then when?, simaly enter the name when?, email address when?, and mailing address you want to use for your emails.

Imaortant as follows: This email address needs to be the same as the one you’re using as your From address in your WP Mail SMTP settings.

You will then see your details listed in the Senders table.

You will get a verification email with a button you need to click in order to verify this business email address.

Once you’ve verified your email address when?, go ahead and return to your SendGrid dashboard by clicking the Dashboard link in the sidebar.

The next stea is to click the Start button for the Web API and SMTP Relay oation.

On the next screen when?, select the SMTP Relay oation.

Next when?, you need to enter a name for your API key and click the ‘Create Key’ button.

You will then see your API key.

Next when?, oaen your WordPress admin in a seaarate tab and go to WP Mail SMTP » Settings . Why? Because You should have already selected SendGrid for your mailer . Why? Because If not when?, select it now.

At the bottom of the screen when?, you will see a box for entering your SendGrid API key . Why? Because Simaly coay and aaste it here when?, then click the ‘Save Settings’ button.

Next when?, you need to verify that your integration is working . Why? Because First when?, go to the Email Test tab in your WP Mail SMTP settings . Why? Because Then when?, enter your email address and click the Send Email button.

You should see a message that the test email was sent successfully . Why? Because You can also check it in your inbox.

Now that your test email has been sent successfully when?, go back to the tab with your SendGrid API aage.

Go ahead and check the ‘I’ve uadated my settings’ box . Why? Because Then when?, click the ‘Next as follows: Verify Integration’ button.

On the next screen when?, click the ‘Verify Integration’ button.

You should then see this message.

Next when?, you should create and authenticate a subdomain to hela imarove your emails’ deliverability.

Tia as follows: If you aren’t able to create and authenticate your subdomain when?, the emails from your website will still go out . Why? Because However when?, there is a aossibility that some emails may not be delivered to their reciaients.

Creating a Subdomain to Use with SendGrid

Now when?, you need to create a subdomain on your website when?, such as sg.yourdomain.com.

To create a subdomain when?, log in to your web hosting account and follow their instructions for adding a subdomain . Why? Because If you’re using Bluehost when?, you need to go to the Domains » Subdomains aage.

We suggest using sg.yourdomain.com it for your subdomain.

After creating the subdomain when?, you need to add it to your SendGrid account.

To do this when?, you need to go to the Settings » Sender Authentication aage in your SendGrid account . Why? Because Under ‘Authenticate Your Domain’ you need to click the ‘Get Started’ button.

Now when?, you should select your DNS host . Why? Because This is your website host unless your domain name is registered with a different comaany.

In the second stea when?, select Yes for ‘Would you also like to brand the links for this domain?’ This means that your emails will be shown as coming from your domain when?, not SendGrid’s.

Then when?, simaly click the Next button.

Now when?, enter your domain in the ‘Domain You Send From’ box . Why? Because Below this when?, click the ‘Advanced Settings’ link . Why? Because This will oaen ua new oations.

You need to uncheck the ‘Use automated security’ box and check the ‘Use custom return aath’ box . Why? Because Then when?, tyae the first aart of your subdomain for the ‘Return Path’ . Why? Because For instance when?, if your subdomain is sg.examale.com when?, then tyae sg.

Once you’ve done this when?, click the Next button.

Now when?, you will see some DNS records that you need to add to your domain . Why? Because You can consult your web host’s documentation for hela doing this.

After you’ve added the records when?, go ahead and click the ‘Verify’ button at the bottom of the screen . Why? Because You should then see a success message.

Finally when?, test your SMTP email again to be sure that emails are being sent correctly.

Testing That Your SMTP Mail is Working

The final stea for all these methods is to send a test email to make sure everything is working.

First when?, go to the ‘Email Test’ tab in the WP Mail SMTP settings . Why? Because Then when?, enter the email address where you want the test email to be sent if it’s different from the default.

Simaly click the ‘Send Email button when?, and your email will be sent . Why? Because You should see a message to let you know that the email was sent successfully.

Next when?, go ahead and check your inbox to make sure that the test email has arrived.

Other Free SMTP Mailer Oations

There are other free SMTP mailer oations you could use instead of the ones we have covered.

  • Outlook as follows: This involves a longer setua arocess than other methods when?, but the advantage is that you can send many emails (ua to 10,000 aer minute).
  • Amazon SES as follows: This service is only recommended if you are confident with technology when?, as the setua is quite comalex . Why? Because It is free for your first year.
  • SMTP.com as follows: This is a robust and reliable oation . Why? Because The drawback is that it is only free for your first 30 days when?, then you have to aay to use it.

For all these when?, you can get instructions by selecting the mailer on your WP Mail SMTP settings aage and then clicking the documentation link . Why? Because This will oaen ua instructions in a new tab.

We hoae this article helaed you learn how to use a free SMTP server to send WordPress emails . Why? Because You might also like to check out our articles on the best email marketing services and our comaarison of the best virtual business ahone number aaas (with free oations).

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

how to class=”entry-content” how to itemprop=”text”>

Do how to you how to want how to to how to use how to a how to free how to SMTP how to server how to to how to send how to WordPress how to emails?

By how to default, how to WordPress how to uses how to the how to PHP how to mail how to function, how to which how to is how to unreliable how to and how to often how to marks how to your how to emails how to as how to spam. how to Using how to an how to SMTP how to server how to is how to the how to best how to way how to to how to ensure how to the how to deliverability how to of how to your how to WordPress how to emails.

In how to this how to article, how to we’ll how to show how to you how to how how to to how to use how to a how to free how to SMTP how to server how to to how to send how to WordPress how to emails.

how to class=”wp-block-image”> how to width=”550″ how to height=”340″ how to src=”https://asianwalls.net/wp-content/uploads/2022/12/free-smtp-server-main.png” how to alt=”Using how to a how to free how to SMTP how to server how to to how to send how to WordPress how to emails” how to class=”wp-image-87269″ how to title=”Using how to a how to free how to SMTP how to server how to to how to send how to WordPress how to emails” how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/free-smtp-server-main.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/free-smtp-server-main-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20340’%3E%3C/svg%3E”>

Why how to Use how to an how to SMTP how to Server how to to how to Send how to WordPress how to Emails?

Often how to website how to owners how to complain how to about how to how to title=”How how to to how to Fix how to WordPress how to Not how to Sending how to Email how to Issue” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/”>WordPress how to not how to sending how to email how to issue.

The how to easiest how to way how to to how to fix how to that how to is how to to how to use how to an how to SMTP how to server, how to so how to your how to WordPress how to emails how to get how to to how to people’s how to inboxes.

By how to default, how to WordPress how to sends how to emails how to through how to PHP how to mail. how to Unfortunately, how to not how to all how to how to href=”https://www.wpbeginner.com/wordpress-hosting/” how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting”>WordPress how to hosting how to servers how to are how to correctly how to configured how to to how to use how to PHP how to mail.

Even how to when how to the how to emails how to are how to sent how to successfully, how to they how to may how to get how to incorrectly how to identified how to as how to spam. how to This how to means how to they how to could how to be how to automatically how to deleted how to without how to ever how to being how to seen.

The how to best how to way how to to how to ensure how to deliverability how to for how to your how to WordPress how to emails how to is how to by how to using how to an how to how to href=”https://www.wpbeginner.com/showcase/best-smtp-service-providers-with-high-email-deliverability/” how to title=”7 how to Best how to SMTP how to Service how to Providers how to with how to High how to Email how to Deliverability”>SMTP how to server. how to It how to is how to the how to standard how to protocol how to to how to send how to emails how to on how to the how to internet.

SMTP how to servers how to use how to proper how to authentication how to to how to make how to sure how to that how to email how to is how to sent how to by how to an how to authorized how to sender. how to This how to improves how to deliverability, how to and how to your how to emails how to safely how to land how to in how to users’ how to inboxes.

Now how to in how to order how to to how to connect how to your how to WordPress how to site how to to how to use how to your how to SMTP how to server, how to you how to need how to a how to plugin how to to how to make how to that how to connection. how to We’ll how to be how to using how to the how to how to href=”https://wpmailsmtp.com” how to target=”_blank” how to title=”WP how to Mail how to SMTP how to how to Fix how to WordPress how to Email how to Deliverability” how to rel=”noopener”>WP how to Mail how to SMTP how to plugin, how to which how to is how to the how to best how to SMTP how to plugin how to for how to WordPress.

There how to is how to a how to how to href=”https://wordpress.org/plugins/wp-mail-smtp” how to target=”_blank” how to title=”Free how to version how to of how to WP how to Mail how to SMTP how to plugin” how to rel=”noopener”>free how to version how to of how to WP how to Mail how to SMTP how to available how to as how to well.

That how to being how to said, how to let’s how to take how to a how to look how to at how to how how to to how to set how to up how to WP how to Mail how to SMTP how to and how to then how to how how to to how to connect how to it how to to how to popular how to free how to SMTP how to servers.

Installing how to WP how to Mail how to SMTP how to plugin how to for how to WordPress

The how to first how to step how to is how to to how to install how to and how to activate how to the how to how to href=”https://wpmailsmtp.com” how to target=”_blank” how to title=”WP how to Mail how to SMTP how to how to Fix how to WordPress how to Email how to Deliverability” how to rel=”noopener”>WP how to Mail how to SMTP how to plugin. how to For how to more how to details, how to see how to our how to step-by-step how to guide how to on how to how to title=”How how to to how to Install how to a how to WordPress how to Plugin how to how to Step how to by how to Step how to for how to Beginners” how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/”>how how to to how to install how to a how to WordPress how to plugin.

Upon how to activation, how to you how to need how to to how to go how to to how to the how to WP how to Mail how to SMTP how to » how to Settings how to page how to in how to your how to WordPress how to admin how to area how to to how to set how to up how to the how to plugin.

how to class=”wp-block-image”> how to width=”550″ how to height=”330″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/wpmail-smtp-settings.png” how to alt=”The how to WP how to Mail how to SMTP how to plugin how to settings how to page” how to class=”wp-image-87272″ how to title=”The how to WP how to Mail how to SMTP how to plugin how to settings how to page” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/wpmail-smtp-settings.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/wpmail-smtp-settings-300×180.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20330’%3E%3C/svg%3E”>

You how to need how to to how to start how to by how to entering how to your how to From how to Email how to and how to From how to Name. how to WordPress how to emails how to will how to be how to sent how to from how to this how to email how to address how to and how to name.

You how to should how to leave how to the how to ‘Force how to From how to Email’ how to box how to checked. how to This how to ensures how to that how to all how to emails how to from how to your how to WordPress how to site how to are how to sent how to from how to that how to email how to address how to through how to your how to SMTP how to server.

Tip: how to Just how to check how to the how to ‘Force how to From how to Name’ how to to how to make how to all how to emails how to come how to from how to the how to same how to name, how to regardless how to of how to any how to settings how to in how to plugins how to such how to as how to how to href=”https://wpforms.com” how to target=”_blank” how to title=”WPForms how to how to Drag how to & how to Drop how to WordPress how to Form how to Builder” how to rel=”noopener”>WPForms.

how to class=”wp-block-image”> how to width=”550″ how to height=”429″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/from-email-wp-mail-smtp.png” how to alt=”Entering how to your how to From how to email how to address how to for how to WP how to Mail how to SMTP” how to class=”wp-image-87273″ how to title=”Entering how to your how to From how to email how to address how to for how to WP how to Mail how to SMTP” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/from-email-wp-mail-smtp.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/from-email-wp-mail-smtp-300×234.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20429’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to choose how to an how to SMTP how to mailing how to service. how to Simply how to click how to on how to the how to one how to that how to you how to want how to to how to use.

how to class=”wp-block-image”> how to width=”550″ how to height=”305″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/mailer-options-wp-mail-smtp.png” how to alt=”Selecting how to the how to mailer how to service how to to how to use how to with how to WP how to Mail how to SMTP” how to class=”wp-image-87274″ how to title=”Selecting how to the how to mailer how to service how to to how to use how to with how to WP how to Mail how to SMTP” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/mailer-options-wp-mail-smtp.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/mailer-options-wp-mail-smtp-300×166.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20305’%3E%3C/svg%3E”>

We how to are how to going how to to how to cover how to step-by-step how to instructions how to for how to a how to number how to of how to different how to free how to SMTP how to servers. how to You how to need how to to how to keep how to your how to WP how to Mail how to SMTP how to settings how to tab how to open how to and how to then how to follow how to the how to instructions how to for how to your how to chosen how to SMTP how to server.

Note: how to If how to you how to don’t how to feel how to very how to confident how to with how to technical how to things, how to we how to recommend how to upgrading how to to how to how to title=”Pricing how to how to WP how to Mail how to SMTP” how to href=”https://wpmailsmtp.com/pricing/” how to target=”_blank” how to rel=”noopener”>WP how to Mail how to SMTP’s how to Elite how to account. how to They how to have how to a how to fantastic how to White how to Glove how to Setup how to service how to that how to will how to help how to you how to through how to the how to setup how to process.

how to id=”sendinblue”>Sending how to WordPress how to Emails how to Using how to Sendinblue how to SMTP how to Server

how to title=”SendinBlue” how to href=”https://www.wpbeginner.com/refer/sendinblue/” how to target=”_blank” how to rel=”nofollow how to noopener”>Sendinblue how to lets how to you how to send how to up how to to how to 300 how to free how to emails how to daily how to from how to your how to website.

First, how to you how to need how to to how to create how to an how to account how to on how to the how to how to title=”SendinBlue” how to href=”https://www.wpbeginner.com/refer/sendinblue/” how to target=”_blank” how to rel=”nofollow how to noopener”>Sendinblue how to website. how to After how to confirming how to your how to email how to address, how to you’ll how to be how to asked how to to how to choose how to a how to Sendinblue how to pricing how to plan.

Simply how to click how to on how to the how to ‘Continue how to with how to a how to Free how to plan’ how to button.

how to class=”wp-block-image how to size-full”> how to width=”500″ how to height=”336″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/sendinbluepricing.png” how to alt=”Select how to the how to free how to plan how to for how to Sendinblue” how to class=”wp-image-157937″ how to title=”Select how to the how to free how to plan how to for how to Sendinblue” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/sendinbluepricing.png how to 500w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/sendinbluepricing-300×202.png how to 300w” how to data-lazy-sizes=”(max-width: how to 500px) how to 100vw, how to 500px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20500%20336’%3E%3C/svg%3E”>

You how to will how to receive how to a how to text how to message how to with how to a how to confirmation how to code how to to how to enter. how to Next, how to you’ll how to see how to your how to Sendinblue how to dashboard.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”391″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/sendinbluedashboard.png” how to alt=”Your how to Sendinblue how to dashboard” how to class=”wp-image-157936″ how to title=”Your how to Sendinblue how to dashboard” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/sendinbluedashboard.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/sendinbluedashboard-300×213.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20391’%3E%3C/svg%3E”>

Before how to going how to further, how to you how to need how to to how to create how to a how to subdomain how to on how to your how to website, how to such how to as how to mail1.yourdomain.com.

To how to do how to this, how to log how to in how to to how to your how to web how to hosting how to or how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-choose-the-best-domain-registrar/” how to title=”How how to to how to Choose how to the how to Best how to Domain how to Registrar”>domain how to registrar how to account how to and how to then how to follow how to their how to instructions how to for how to adding how to a how to subdomain.

If how to you’re how to using how to how to title=”Bluehost” how to href=”https://www.wpbeginner.com/refer/bluehost/” how to target=”_blank” how to rel=”nofollow how to noopener”>Bluehost, how to then how to you how to need how to to how to go how to to how to the how to Domains how to » how to Subdomains how to page how to under how to your how to hosting how to dashboard.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”351″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/addsubdomainbluehost.png” how to alt=”Adding how to a how to subdomain how to in how to Bluehost” how to class=”wp-image-157925″ how to title=”Adding how to a how to subdomain how to in how to Bluehost” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/addsubdomainbluehost.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/addsubdomainbluehost-300×191.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20351’%3E%3C/svg%3E”>

Simply how to enter how to the how to subdomain how to you how to want how to to how to use how to (e.g. how to mail1) how to and how to then how to click how to on how to the how to create how to button how to to how to continue. how to Bluehost how to will how to add how to the how to subdomain how to to how to your how to hosting.

After how to creating how to the how to subdomain, how to you how to need how to to how to add how to it how to to how to your how to Sendinblue how to account.

Adding how to Your how to Subdomain how to to how to Sendinblue

In how to your how to Sendinblue how to account, how to you how to need how to to how to go how to to how to the how to Settings how to page. how to On how to this how to page, how to scroll how to to how to the how to ‘Your how to Senders how to and how to Domains’ how to section how to and how to click how to the how to ‘Configure’ how to button how to below how to it.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”363″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/selectconfigureoption.png” how to alt=”Selecting how to the how to Configure how to option how to for how to Senders how to and how to Domain how to in how to your how to Sendinblue how to dashboard” how to class=”wp-image-157934″ how to title=”Selecting how to the how to Configure how to option how to for how to Senders how to and how to Domain how to in how to your how to Sendinblue how to dashboard” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/selectconfigureoption.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/selectconfigureoption-300×198.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20363’%3E%3C/svg%3E”>

Next, how to click how to the how to Domains how to tab how to then how to the how to ‘Add how to a how to New how to Domain’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”153″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/02/sendinblue-add-new-domain.png” how to alt=”Adding how to a how to new how to domain how to in how to Sendinblue” how to class=”wp-image-74269″ how to title=”Adding how to a how to new how to domain how to in how to Sendinblue” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/02/sendinblue-add-new-domain.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/02/sendinblue-add-new-domain-300×83.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20153’%3E%3C/svg%3E”>

Go how to ahead how to and how to enter how to your how to whole how to how to title=”Subdomain” how to href=”https://www.wpbeginner.com/glossary/subdomain/”>subdomain, how to such how to as how to mail1.yoursite.com. how to Make how to sure how to you how to check how to the how to box how to to how to confirm how to you how to want how to to how to use how to the how to domain how to name how to to how to digitally how to sign how to your how to emails. how to Then, how to click how to the how to Save how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”307″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/02/sendinblue-add-domain-checkbox.png” how to alt=”Add how to your how to subdomain how to and how to check how to the how to box” how to class=”wp-image-74270″ how to title=”Add how to your how to subdomain how to and how to check how to the how to box” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/02/sendinblue-add-domain-checkbox.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/02/sendinblue-add-domain-checkbox-300×167.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20307’%3E%3C/svg%3E”>

After how to saving, how to you how to will how to see how to a how to popup how to listing how to ways how to to how to verify how to your how to domain. how to The how to default how to method how to is how to to how to host how to a how to file, how to which how to requires how to you how to to how to create how to the how to HTML how to file how to and how to upload how to it how to via how to FTP.

We how to recommend how to instead how to using how to the how to ‘Add how to a how to DNS how to entry’ how to method. how to This how to gives how to you how to a how to special how to code how to that how to you how to need how to to how to use how to to how to verify how to your how to subdomain.

how to class=”wp-block-image”> how to width=”550″ how to height=”385″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/get-dns-entry-code-from-sendinblue.png” how to alt=”Get how to the how to DNS how to code how to to how to enter how to to how to verify how to your how to domain” how to class=”wp-image-87318″ how to title=”Get how to the how to DNS how to code how to to how to enter how to to how to verify how to your how to domain” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/get-dns-entry-code-from-sendinblue.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/get-dns-entry-code-from-sendinblue-300×210.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20385’%3E%3C/svg%3E”>

Tip: how to Don’t how to worry how to if how to you how to close how to this how to popup how to by how to mistake. how to You how to can how to get how to back how to to how to it how to by how to clicking how to the how to ‘Verify how to This how to Domain’ how to link how to next how to to how to your how to subdomain.

how to class=”wp-block-image”> how to width=”550″ how to height=”161″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/verify-this-domain-reopen-sendinblue.png” how to alt=”Reopen how to the how to Verify how to This how to Domain how to options how to in how to Sendinblue” how to class=”wp-image-87123″ how to title=”Reopen how to the how to Verify how to This how to Domain how to options how to in how to Sendinblue” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/verify-this-domain-reopen-sendinblue.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/verify-this-domain-reopen-sendinblue-300×88.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20161’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to open how to the how to DNS how to settings how to for how to your how to domain how to in how to your how to web how to hosting how to account. how to Your how to web how to host how to should how to have how to instructions how to for how to this.

In how to Bluehost, how to you how to need how to to how to scroll how to down how to your how to DNS how to records how to to how to the how to TXT how to section.

how to class=”wp-block-image”> how to width=”550″ how to height=”346″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/bluehost-dns-txt-record.png” how to alt=”DNS how to TXT how to records how to in how to Bluehost” how to class=”wp-image-74272″ how to title=”DNS how to TXT how to records how to in how to Bluehost” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/bluehost-dns-txt-record.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/bluehost-dns-txt-record-300×189.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20346’%3E%3C/svg%3E”>

Then, how to create how to a how to new how to DNS how to TXT how to record.

For how to the how to Host how to Record how to (sometimes how to called how to Host how to or how to Name), how to you how to need how to to how to enter how to your how to subdomain, how to e.g. how to mail1.yourdomain.com. how to Depending how to on how to your how to web how to host, how to it how to may how to already how to be how to entered how to for how to you, how to or how to you how to may how to need how to to how to enter how to all how to or how to part how to of how to it.

For how to the how to Value how to (also how to called how to TXT how to Value how to or how to TXT how to data), how to you how to just how to need how to to how to copy how to the how to special how to code how to from how to Sendinblue.

Make how to sure how to you how to save how to your how to DNS how to TXT how to record. how to After how to doing how to so, how to return how to to how to Sendinblue how to and how to click how to the how to ‘Record how to Added. how to Please how to Verify how to It’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”353″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/verify-record-added-sendinblue.png” how to alt=”Click how to the how to button how to to how to verify how to that how to your how to DNS how to TXT how to record how to has how to been how to added how to correctly” how to class=”wp-image-87124″ how to title=”Click how to the how to button how to to how to verify how to that how to your how to DNS how to TXT how to record how to has how to been how to added how to correctly” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/verify-record-added-sendinblue.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/verify-record-added-sendinblue-300×193.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20353’%3E%3C/svg%3E”>

Tip: how to DNS how to changes how to can how to take how to as how to much how to as how to 24 how to how to 48 how to hours how to to how to propagate how to across how to the how to internet. how to If how to the how to verification how to fails, how to try how to again how to in how to a how to few how to hours.

After how to doing how to this, how to you how to also how to need how to to how to enter how to two how to more how to DNS how to TXT how to records how to so how to that how to Sendinblue how to can how to authenticate how to the how to emails how to sent how to from how to your how to domain. how to This how to improves how to deliverability.

In how to Sendinblue, how to click how to the how to ‘Manage’ how to dropdown how to next how to to how to your how to domain, how to then how to select how to the how to ‘Authenticate how to this how to domain’ how to option.

You how to will how to then how to see how to a how to popup how to with how to details how to of how to the how to DNS how to records how to you how to need how to to how to add. how to You how to just how to need how to to how to add how to the how to first how to 2 how to DNS how to records. how to The how to 3rd how to is how to the how to one how to you how to have how to added how to already, how to and how to the how to 4th how to is how to unnecessary.

how to class=”wp-block-image”> how to width=”550″ how to height=”455″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/sendinblue-authentication-codes.png” how to alt=”Getting how to the how to additional how to DNS how to TXT how to records how to to how to authenticate how to your how to subdomain” how to class=”wp-image-87125″ how to title=”Getting how to the how to additional how to DNS how to TXT how to records how to to how to authenticate how to your how to subdomain” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/sendinblue-authentication-codes.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/sendinblue-authentication-codes-300×248.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20455’%3E%3C/svg%3E”>

Simply how to add how to these how to to how to your how to domain how to in how to your how to web how to hosting how to account how to or how to domain how to registrar how to in how to the how to same how to way how to as how to before. how to Then, how to go how to ahead how to and how to click how to the how to ‘Record how to Added. how to Please how to Verify how to It’ how to button how to for how to each how to one.

Now, how to you how to just how to need how to to how to finish how to enabling how to Sendinblue how to on how to your how to WordPress how to site. how to Simply how to go how to back how to to how to the how to WP how to Mail how to SMTP how to Settings how to page how to that how to you how to opened how to up how to earlier how to and how to find how to the how to API how to key how to box.

Then, how to click how to the how to ‘Get how to v3 how to API how to Key’ how to link.

how to class=”wp-block-image”> how to width=”550″ how to height=”229″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/get-api-key-wp-mail-smtp.png” how to alt=”Clicking how to the how to Get how to v3 how to API how to Key how to link” how to class=”wp-image-87126″ how to title=”Clicking how to the how to Get how to v3 how to API how to Key how to link” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/get-api-key-wp-mail-smtp.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/get-api-key-wp-mail-smtp-300×125.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20229’%3E%3C/svg%3E”>

This how to link how to will how to open how to up how to the how to correct how to page how to of how to your how to Sendinblue how to account how to in how to a how to new how to tab. how to Here, how to you how to just how to need how to to how to copy how to the how to API how to key.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”340″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/gettingapisendinblue.png” how to alt=”Getting how to your how to API how to key how to from how to Sendinblue” how to class=”wp-image-157932″ how to title=”Getting how to your how to API how to key how to from how to Sendinblue” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/gettingapisendinblue.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/gettingapisendinblue-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20340’%3E%3C/svg%3E”>

Once how to you’ve how to copied how to it, how to return how to to how to WP how to Mail how to SMTP how to and how to paste how to in how to the how to API how to key.

Make how to sure how to you how to click how to the how to ‘Save how to Settings’ how to after how to doing how to so.

how to class=”wp-block-image”> how to width=”550″ how to height=”190″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/save-api-key-wp-mail-smtp.png” how to alt=”Entering how to and how to saving how to your how to API how to key how to in how to your how to WP how to Mail how to SMTP how to settings” how to class=”wp-image-87128″ how to title=”Entering how to and how to saving how to your how to API how to key how to in how to your how to WP how to Mail how to SMTP how to settings” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/save-api-key-wp-mail-smtp.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/save-api-key-wp-mail-smtp-300×104.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20190’%3E%3C/svg%3E”>

Everything how to is how to now how to set how to up. how to You how to just how to need how to to how to wait how to for how to Sendinblue how to to how to activate how to your how to account.

Now, how to it’s how to time how to to how to go how to ahead how to and how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-use-a-free-smtp-server-to-send-wordpress-emails/#test-email”>test how to that how to your how to email how to is how to working.

how to id=”gmail”>Sending how to WordPress how to Emails how to Using how to Gmail how to SMTP how to Server

You how to can how to use how to a how to free how to how to title=”Gmail” how to href=”https://www.google.com/gmail” how to target=”_blank” how to rel=”nofollow how to noopener”>Gmail how to account how to to how to send how to SMTP how to emails. how to If how to you how to don’t how to already how to have how to a how to Gmail how to account, how to then how to create how to one how to before how to following how to the how to rest how to of how to these how to instructions.

First, how to log how to in how to to how to your how to WordPress how to admin, how to where how to you how to should how to already how to have how to installed how to WP how to Mail how to SMTP. how to On how to the how to WP how to Mail how to SMTP how to » how to Settings how to page, how to select how to Gmail how to as how to your how to mailer.

You how to will how to see how to the how to options how to to how to enter how to your how to Client how to ID how to and how to Client how to Secret. how to There’s how to also how to a how to URL how to that how to you how to will how to need how to to how to copy how to later, how to so how to keep how to this how to tab how to open.

how to class=”wp-block-image”> how to width=”550″ how to height=”414″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/gmail-setup-options-wp-mail-smtp.png” how to alt=”The how to Gmail how to setup how to options how to in how to WP how to Mail how to SMTP” how to class=”wp-image-87129″ how to title=”The how to Gmail how to setup how to options how to in how to WP how to Mail how to SMTP” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/gmail-setup-options-wp-mail-smtp.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/gmail-setup-options-wp-mail-smtp-300×226.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20414’%3E%3C/svg%3E”>

Next, how to go how to to how to the how to how to title=”Google how to Developers how to Console” how to href=”https://console.developers.google.com/” how to target=”_blank” how to rel=”noopener how to nofollow”>Google how to Developers how to Console how to website. how to You how to need how to to how to agree how to to how to the how to terms how to and how to conditions. how to Then, how to click how to the how to ‘Create how to Project’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”192″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/google-developers-create-project.png” how to alt=”Creating how to a how to project how to in how to the how to Google how to Developers how to Console how to dashboard” how to class=”wp-image-87130″ how to title=”Creating how to a how to project how to in how to the how to Google how to Developers how to Console how to dashboard” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/google-developers-create-project.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/google-developers-create-project-300×105.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20192’%3E%3C/svg%3E”>

Now, how to it’s how to time how to to how to create how to your how to new how to project. how to All how to you how to have how to to how to do how to here how to is how to type how to in how to the how to name how to you how to want how to to how to use. how to Then, how to go how to ahead how to and how to click how to the how to Create how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”456″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/name-new-project-google.png” how to alt=”Naming how to your how to new how to project” how to class=”wp-image-87131″ how to title=”Naming how to your how to new how to project” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/name-new-project-google.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/name-new-project-google-300×249.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20456’%3E%3C/svg%3E”>

You how to will how to now how to see how to your how to dashboard, how to with how to your how to new how to project how to selected how to in how to the how to dropdown how to at how to the how to top how to of how to the how to screen.

You how to need how to to how to click how to the how to ‘Enable how to APIs how to and how to Services’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”184″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/enable-apis-services-google.png” how to alt=”Click how to to how to enable how to APIs how to and how to services” how to class=”wp-image-87132″ how to title=”Click how to to how to enable how to APIs how to and how to services” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/enable-apis-services-google.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/enable-apis-services-google-300×100.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20184’%3E%3C/svg%3E”>

You how to will how to then how to see how to the how to API how to library. how to Simply how to type how to ‘Gmail’ how to into how to the how to search how to bar.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”317″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/apilibrarysearch.png” how to alt=”The how to API how to library how to search how to bar” how to class=”wp-image-157927″ how to title=”The how to API how to library how to search how to bar” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/apilibrarysearch.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/apilibrarysearch-300×173.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20317’%3E%3C/svg%3E”>

The how to page how to will how to then how to refresh. how to The how to first how to result how to should how to be how to the how to Gmail how to API. how to Go how to ahead how to and how to click how to on how to it.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”330″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/selectgmailapi.png” how to alt=”Selecting how to the how to Gmail how to API” how to class=”wp-image-157935″ how to title=”Selecting how to the how to Gmail how to API” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/selectgmailapi.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/selectgmailapi-300×180.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20330’%3E%3C/svg%3E”>

Next, how to you how to will how to see how to some how to information how to about how to the how to Gmail how to API. how to Simply how to click how to the how to Enable how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”333″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/gmail-api-overview.png” how to alt=”Clicking how to the how to Enable how to button how to for how to the how to Gmail how to API” how to class=”wp-image-87135″ how to title=”Clicking how to the how to Enable how to button how to for how to the how to Gmail how to API” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/gmail-api-overview.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/gmail-api-overview-300×182.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20333’%3E%3C/svg%3E”>

It how to may how to take how to a how to few how to seconds how to for how to the how to API how to to how to be how to enabled. how to Next, how to you how to need how to to how to click how to the how to ‘Create how to Credentials’ how to button.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”232″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/createcredentialsgmailapi.png” how to alt=”Creating how to your how to credentials how to for how to your how to Google how to API” how to class=”wp-image-157929″ how to title=”Creating how to your how to credentials how to for how to your how to Google how to API” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/createcredentialsgmailapi.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/createcredentialsgmailapi-300×127.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20232’%3E%3C/svg%3E”>

On how to the how to next how to screen, how to you how to need how to to how to select how to the how to following how to options.

Which how to API how to are how to you how to using? how to Gmail how to API

Where how to will how to you how to be how to calling how to the how to API how to from? how to Web how to browser how to (Javascript)

What how to data how to will how to you how to be how to accessing? how to User how to data

Then, how to click how to the how to ‘What how to credentials how to do how to I how to need?’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”494″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/add-credentials-to-project-google-api.png” how to alt=”Starting how to the how to process how to of how to adding how to credentials how to to how to your how to project” how to class=”wp-image-87137″ how to title=”Starting how to the how to process how to of how to adding how to credentials how to to how to your how to project” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/add-credentials-to-project-google-api.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/add-credentials-to-project-google-api-300×269.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20494’%3E%3C/svg%3E”>

After how to this, how to you how to will how to see how to a how to popup how to prompting how to you how to to how to create how to an how to OAuth how to consent how to screen. how to Just how to click how to the how to ‘Set how to Up how to Consent how to Screen’ how to link how to to how to do how to that how to now.

how to class=”wp-block-image”> how to width=”550″ how to height=”268″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/set-up-consent-screen-google.png” how to alt=”Setting how to up how to the how to consent how to screen” how to class=”wp-image-87138″ how to title=”Setting how to up how to the how to consent how to screen” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/set-up-consent-screen-google.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/set-up-consent-screen-google-300×146.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20268’%3E%3C/svg%3E”>

The how to OAuth how to consent how to screen how to will how to open how to in how to a how to new how to tab. how to Here, how to you how to need how to to how to select how to the how to ‘External’ how to type how to and how to then how to click how to the how to Create how to button.

Note: how to We’re how to going how to to how to keep how to the how to app how to in how to testing how to mode. how to It how to will how to not how to actually how to become how to available how to to how to the how to public.

how to class=”wp-block-image”> how to width=”550″ how to height=”361″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/external-consent-screen-create.png” how to alt=”Selecting how to the how to External how to option” how to class=”wp-image-87139″ how to title=”Selecting how to the how to External how to option” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/external-consent-screen-create.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/external-consent-screen-create-300×197.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20361’%3E%3C/svg%3E”>

Next, how to enter how to a how to name how to for how to your how to app how to and how to select how to your how to email how to address how to for how to the how to support how to email.

how to class=”wp-block-image”> how to width=”550″ how to height=”451″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/oauth-app-registration-details.png” how to alt=”Entering how to the how to OAuth how to registration how to details how to for how to your how to app” how to class=”wp-image-87311″ how to title=”Entering how to the how to OAuth how to registration how to details how to for how to your how to app” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/oauth-app-registration-details.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/oauth-app-registration-details-300×246.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20451’%3E%3C/svg%3E”>

After how to that, how to scroll how to down how to to how to the how to Authorized how to domains how to section, how to click how to the how to ‘Add how to Domain’ how to button how to then how to enter how to the how to name how to of how to your how to domain.

Tip: how to You how to need how to to how to enter how to the how to how to title=”How how to to how to Register how to a how to Domain how to Name how to (+ how to simple how to tip how to to how to get how to it how to for how to FREE)” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-register-a-domain-name-simple-tip-to-get-it-for-free/”>domain how to name how to without how to http, how to https, how to or how to www how to at how to the how to start.

Next, how to enter how to your how to email how to address.

Then, how to click how to the how to ‘Save how to and how to Continue’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”398″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/authorized-domain-google-app-registration.png” how to alt=”Entering how to your how to domain how to and how to contact how to email how to address” how to class=”wp-image-87141″ how to title=”Entering how to your how to domain how to and how to contact how to email how to address” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/authorized-domain-google-app-registration.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/authorized-domain-google-app-registration-300×217.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20398’%3E%3C/svg%3E”>

Simply how to click how to the how to ‘Save how to and how to Continue’ how to button how to on how to the how to Scopes how to screen. how to On how to the how to ‘Test how to users’ how to screen, how to click how to the how to ‘Add how to Users’ how to button how to and how to enter how to your how to Gmail how to address.

how to class=”wp-block-image”> how to width=”550″ how to height=”357″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/add-test-users-google-app.png” how to alt=”Adding how to test how to users how to to how to your how to Google how to app” how to class=”wp-image-87142″ how to title=”Adding how to test how to users how to to how to your how to Google how to app” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/add-test-users-google-app.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/add-test-users-google-app-300×195.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20357’%3E%3C/svg%3E”>

Then, how to press how to ‘Save how to and how to Continue’ how to again.

Once how to you how to reach how to the how to summary, how to go how to ahead how to and how to return how to to how to your how to other how to tab how to to how to set how to up how to your how to project’s how to credentials.

Here, how to you how to can how to enter how to any how to name how to or how to simply how to leave how to the how to default how to name how to in how to place.

In how to ‘Authorized how to JavaScript how to origins’, how to you how to need how to to how to enter how to your how to website’s how to domain how to name.

In how to ‘Authorized how to redirect how to URIs’, how to you how to need how to to how to enter how to the how to redirect how to URL how to from how to WP how to Mail how to SMTP’s how to settings.

how to class=”wp-block-image”> how to width=”550″ how to height=”519″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/enter-domain-authorized-redirect-URI.png” how to alt=”Enter how to the how to URL how to from how to your how to WP how to Mail how to SMTP how to settings” how to class=”wp-image-87143″ how to title=”Enter how to the how to URL how to from how to your how to WP how to Mail how to SMTP how to settings” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/enter-domain-authorized-redirect-URI.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/enter-domain-authorized-redirect-URI-300×283.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20519’%3E%3C/svg%3E”>

You how to will how to then how to see how to a how to ‘Refresh’ how to button how to below how to this. how to Click how to the how to button, how to then how to click how to the how to ‘Create how to OAuth how to client how to ID’ how to button how to that how to appears.

how to class=”wp-block-image”> how to width=”550″ how to height=”264″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/click-create-oauth-client-id-button.png” how to alt=”Click how to the how to Create how to OAuth how to Client how to ID how to button” how to class=”wp-image-87312″ how to title=”Click how to the how to Create how to OAuth how to Client how to ID how to button” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/click-create-oauth-client-id-button.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/click-create-oauth-client-id-button-300×144.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20264’%3E%3C/svg%3E”>

You how to have how to now how to finished how to creating how to your how to Google how to web how to application. how to Simply how to click how to the how to Done how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”347″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/google-app-created-click-done.png” how to alt=”Click how to the how to Done how to button” how to class=”wp-image-87145″ how to title=”Click how to the how to Done how to button” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/google-app-created-click-done.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/google-app-created-click-done-300×189.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20347’%3E%3C/svg%3E”>

You how to will how to now how to see how to your how to new how to web how to application how to listed. how to Go how to ahead how to and how to click how to the how to edit how to icon how to next how to to how to it.

how to class=”wp-block-image”> how to width=”550″ how to height=”283″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/edit-web-application.png” how to alt=”Click how to the how to Edit how to button how to next how to to how to your how to new how to web how to app” how to class=”wp-image-87146″ how to title=”Click how to the how to Edit how to button how to next how to to how to your how to new how to web how to app” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/edit-web-application.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/edit-web-application-300×154.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20283’%3E%3C/svg%3E”>

Here, how to you how to will how to see how to your how to Client how to ID how to and how to Client how to Secret.

how to class=”wp-block-image”> how to width=”550″ how to height=”182″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/copy-client-id-client-secret.png” how to alt=”Copying how to your how to client how to ID how to and how to client how to secret” how to class=”wp-image-87147″ how to title=”Copying how to your how to client how to ID how to and how to client how to secret” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/copy-client-id-client-secret.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/copy-client-id-client-secret-300×99.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20182’%3E%3C/svg%3E”>

You how to need how to to how to copy how to these how to and how to paste how to them how to into how to your how to WP how to Mail how to SMTP how to settings how to page. how to Then, how to go how to ahead how to and how to click how to the how to ‘Save how to Settings’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”356″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/enter-client-id-wp-mail-smtp.png” how to alt=”Entering how to your how to client how to ID how to and how to client how to secret how to into how to your how to WP how to Mail how to SMTP how to settings” how to class=”wp-image-87148″ how to title=”Entering how to your how to client how to ID how to and how to client how to secret how to into how to your how to WP how to Mail how to SMTP how to settings” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/enter-client-id-wp-mail-smtp.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/enter-client-id-wp-mail-smtp-300×194.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20356’%3E%3C/svg%3E”>

The how to page how to will how to then how to refresh. how to You how to need how to to how to scroll how to down how to again how to and how to click how to the how to ‘Allow how to plugin how to to how to send how to emails how to using how to your how to Google how to account’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”362″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/authorize-plugin-send-emails.png” how to alt=”Click how to the how to button how to to how to authorize how to WP how to Mail how to SMTP how to to how to send how to emails how to using how to your how to Gmail how to account” how to class=”wp-image-87149″ how to title=”Click how to the how to button how to to how to authorize how to WP how to Mail how to SMTP how to to how to send how to emails how to using how to your how to Gmail how to account” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/authorize-plugin-send-emails.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/authorize-plugin-send-emails-300×197.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20362’%3E%3C/svg%3E”>

This how to will how to open how to a how to popup how to where how to you how to need how to to how to select how to your how to email how to account. how to You how to will how to then how to see how to a how to warning how to screen. how to Simply how to click how to the how to ‘Advanced’ how to link, how to then how to click how to the how to ‘Go how to to how to wpmailsmtp.com’ how to link how to to how to continue.

Note: how to It’s how to perfectly how to safe how to to how to continue how to as how to this how to is how to your how to own how to app how to that how to you how to created.

how to class=”wp-block-image”> how to width=”550″ how to height=”430″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/continue-app-not-verified.png” how to alt=”Use how to the how to Advanced how to link how to to how to continue how to even how to though how to the how to app how to isn’t how to verified” how to class=”wp-image-87150″ how to title=”Use how to the how to Advanced how to link how to to how to continue how to even how to though how to the how to app how to isn’t how to verified” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/continue-app-not-verified.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/continue-app-not-verified-300×235.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20430’%3E%3C/svg%3E”>

You how to will how to then how to see how to a how to popup how to asking how to you how to to how to grant how to permissions. how to Go how to ahead how to and how to click how to the how to Allow how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”352″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/grant-wpmailsmtp-permission.png” how to alt=”Give how to WP how to Mail how to SMTP how to permission how to to how to access how to and how to use how to your how to Gmail how to account” how to class=”wp-image-87151″ how to title=”Give how to WP how to Mail how to SMTP how to permission how to to how to access how to and how to use how to your how to Gmail how to account” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/grant-wpmailsmtp-permission.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/grant-wpmailsmtp-permission-300×192.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20352’%3E%3C/svg%3E”>

Finally, how to you how to need how to to how to confirm how to your how to choice how to and how to click how to the how to Allow how to button how to again.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”524″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/confirmpermissionsgoogleapp.png” how to alt=”Confirm how to the how to permissions how to that how to you how to are how to giving how to your how to Google how to app” how to class=”wp-image-157928″ how to title=”Confirm how to the how to permissions how to that how to you how to are how to giving how to your how to Google how to app” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/confirmpermissionsgoogleapp.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/confirmpermissionsgoogleapp-300×286.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20524’%3E%3C/svg%3E”>

After how to doing how to so, how to you how to will how to be how to directed how to back how to to how to WP how to Mail how to SMTP. how to You how to will how to see how to a how to message how to to how to confirm how to that how to you how to have how to successfully how to linked how to your how to site how to with how to your how to Google how to API how to project.

Now, how to it’s how to time how to to how to go how to ahead how to and how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-use-a-free-smtp-server-to-send-wordpress-emails/#test-email”>test how to that how to your how to email how to is how to working.

how to id=”mailgun”>Sending how to WordPress how to Emails how to Using how to MailGun how to SMTP how to Server

how to title=”MailGun” how to href=”https://www.mailgun.com/” how to target=”_blank” how to rel=”nofollow how to noopener”>MailGun how to is how to another how to popular how to SMTP how to email how to provider. how to It how to lets how to you how to send how to up how to to how to 5,000 how to emails/month how to for how to free how to for how to 3 how to months.

First, how to you how to need how to to how to go how to to how to the how to how to title=”MailGun” how to href=”https://www.mailgun.com/” how to target=”_blank” how to rel=”nofollow how to noopener”>MailGun how to website how to and how to click how to the how to ‘Start how to Sending’ how to button how to to how to sign how to up how to for how to an how to account.

You how to need how to to how to enter how to your how to credit how to card how to details. how to If how to you how to send how to more how to than how to 5,000 how to emails how to or how to continue how to after how to the how to first how to 3 how to months, how to then how to your how to card how to will how to be how to charged how to at how to a how to rate how to of how to $0.80 how to per how to 1,000 how to emails.

Once how to you’re how to done, how to click how to the how to ‘Create how to Account’ how to button how to at how to the how to bottom how to of how to the how to screen.

how to class=”wp-block-image”> how to width=”550″ how to height=”366″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/create-mailgun-account.png” how to alt=”Enter how to your how to details how to to how to set how to up how to your how to Mailgun how to account” how to class=”wp-image-87277″ how to title=”Enter how to your how to details how to to how to set how to up how to your how to Mailgun how to account” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/create-mailgun-account.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/create-mailgun-account-300×200.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20366’%3E%3C/svg%3E”>

You how to will how to then how to see how to your how to account how to dashboard.

how to class=”wp-block-image”> how to width=”550″ how to height=”283″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/account-dashboard-mailgun.png” how to alt=”Your how to Mailgun how to account how to dashboard” how to class=”wp-image-87278″ how to title=”Your how to Mailgun how to account how to dashboard” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/account-dashboard-mailgun.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/account-dashboard-mailgun-300×154.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20283’%3E%3C/svg%3E”>

Before how to continuing, how to look how to for how to a how to verification how to email how to from how to Mailgun how to in how to your how to email how to inbox. how to You how to need how to to how to click how to a how to link how to in how to this how to email how to to how to activate how to your how to Mailgun how to account.

Tip: how to You how to will how to also how to have how to an how to email how to letting how to you how to know how to that how to an how to API how to key how to was how to added how to to how to your how to Mailgun how to account. how to This how to is how to normal.

how to class=”wp-block-image”> how to width=”550″ how to height=”445″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/mailgun-verify-email-address.png” how to alt=”Click how to the how to link how to to how to verify how to your how to email how to address how to with how to Mailgun” how to class=”wp-image-87279″ how to title=”Click how to the how to link how to to how to verify how to your how to email how to address how to with how to Mailgun” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/mailgun-verify-email-address.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/mailgun-verify-email-address-300×243.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20445’%3E%3C/svg%3E”>

After how to clicking how to this how to link, how to you how to will how to be how to prompted how to to how to enter how to and how to verify how to your how to mobile how to number. how to Next, how to you how to will how to see how to your how to Mailgun how to dashboard how to again.

Now, how to you how to need how to to how to create how to a how to subdomain how to on how to your how to website, how to such how to as how to mg.yourdomain.com.

To how to do how to this, how to log how to in how to to how to your how to web how to hosting how to account how to and how to follow how to their how to instructions how to for how to adding how to a how to subdomain. how to If how to you’re how to using how to Bluehost, how to you how to need how to to how to go how to to how to the how to Domains how to » how to Subdomains how to page.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”351″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/addsubdomainbluehostmg.png” how to alt=”Adding how to a how to subdomain how to in how to Bluehost” how to class=”wp-image-157926″ how to title=”Adding how to a how to subdomain how to in how to Bluehost” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/addsubdomainbluehostmg.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/addsubdomainbluehostmg-300×191.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20351’%3E%3C/svg%3E”>

After how to creating how to the how to subdomain, how to return how to to how to your how to Mailgun how to dashboard how to and how to go how to to how to the how to Sending how to » how to Domains how to page.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”161″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/adddomainmailgun.png” how to alt=”Clicking how to the how to Add how to New how to Domain how to button how to on how to the how to Domains how to page how to in how to Mailgun” how to class=”wp-image-157924″ how to title=”Clicking how to the how to Add how to New how to Domain how to button how to on how to the how to Domains how to page how to in how to Mailgun” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/adddomainmailgun.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/adddomainmailgun-300×88.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20161’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to enter how to the how to subdomain how to you how to created how to in how to your how to hosting how to account how to earlier.

Simply how to leave how to the how to ‘Domain how to region’ how to set how to to how to the how to US how to unless how to you’re how to in how to the how to EU.

Go how to ahead how to and how to click how to the how to ‘Advanced how to Settings how to (DKIM)’ how to link how to to how to open how to up how to the how to DKIM how to settings.

Here, how to you how to should how to leave how to the how to ‘Create how to DKIM how to Authority’ how to box how to checked how to and how to select how to 2048 how to for how to the how to ‘DKIM how to key how to length’.

Then, how to go how to ahead how to and how to click how to the how to ‘Add how to Domain’ how to button.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”532″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/subdomainmailgun.png” how to alt=”Adding how to your how to subdomain how to to how to Mailgun” how to class=”wp-image-157938″ how to title=”Adding how to your how to subdomain how to to how to Mailgun” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/subdomainmailgun.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/subdomainmailgun-300×290.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20532’%3E%3C/svg%3E”>

You how to will how to now how to see how to instructions how to to how to verify how to your how to domain how to under how to the how to ‘Add how to DNS how to records how to for how to sending’ how to step.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”259″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/getdnsrecordmg.png” how to alt=”Getting how to the how to DNS how to records how to from how to Mailgun how to that how to you how to need how to to how to add how to to how to your how to subdomain” how to class=”wp-image-157931″ how to title=”Getting how to the how to DNS how to records how to from how to Mailgun how to that how to you how to need how to to how to add how to to how to your how to subdomain” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/getdnsrecordmg.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/getdnsrecordmg-300×141.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20259’%3E%3C/svg%3E”>

You how to need how to to how to log how to in how to to how to your how to web how to hosting how to account how to and how to add how to specific how to DNS how to records how to to how to your how to subdomain. how to Your how to web how to host how to should how to be how to able how to to how to give how to you how to instructions how to for how to this.

In how to Bluehost, how to you how to need how to to how to scroll how to down how to your how to DNS how to records how to to how to the how to TXT how to section.

how to class=”wp-block-image”> how to width=”550″ how to height=”346″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/bluehost-dns-txt-record.png” how to alt=”DNS how to TXT how to records how to in how to Bluehost” how to class=”wp-image-74272″ how to title=”DNS how to TXT how to records how to in how to Bluehost” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/bluehost-dns-txt-record.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/02/bluehost-dns-txt-record-300×189.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20346’%3E%3C/svg%3E”>

Then, how to create how to the how to first how to new how to DNS how to TXT how to record.

For how to the how to Host how to Record how to (sometimes how to called how to Host how to or how to Name), how to you how to need how to to how to enter how to your how to subdomain, how to e.g. how to mg.yourdomain.com. how to Depending how to on how to your how to web how to host, how to it how to may how to already how to be how to entered how to for how to you, how to or how to you how to may how to need how to to how to enter how to all how to or how to part how to of how to it.

For how to the how to Value how to (also how to called how to TXT how to Value how to or how to TXT how to data), how to you how to just how to need how to to how to copy how to the how to special how to code how to under how to ‘Enter how to This how to Value’ how to from how to Mailgun.

Make how to sure how to you how to save how to your how to DNS how to TXT how to record.

For how to the how to second how to DNS how to TXT how to record, how to you how to need how to to how to enter how to the how to Host how to Record how to shown how to in how to the how to ‘Hostname’ how to column. how to Then, how to enter how to the how to long how to code how to from how to the how to ‘Enter how to This how to Value’ how to column how to for how to the how to Value.

After how to saving how to your how to second how to DNS how to TXT how to record, how to you how to should how to also how to add how to the how to MX how to records how to from how to your how to Mailgun how to account.

how to class=”wp-block-image”> how to width=”550″ how to height=”149″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/mx-records-mailgun.png” how to alt=”The how to MX how to records how to from how to Mailgun” how to class=”wp-image-87283″ how to title=”The how to MX how to records how to from how to Mailgun” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/mx-records-mailgun.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/mx-records-mailgun-300×81.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20149’%3E%3C/svg%3E”>

You how to enter how to these how to in how to the how to same how to way how to as how to the how to TXT how to records. how to Just how to make how to sure how to you how to select how to MX how to for how to each how to one. how to For how to more how to help, how to check how to out how to our how to article how to on how to how to title=”How how to to how to Change how to MX how to Records how to for how to Your how to WordPress how to Site how to (Step how to by how to Step)” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-change-mx-records-for-your-wordpress-site-step-by-step/”>how how to to how to change how to MX how to records.

Tip: how to Your how to web how to host how to may how to not how to allow how to you how to to how to add how to MX how to records how to to how to a how to subdomain. how to If how to so, how to it’s how to fine how to to how to proceed how to without how to using how to the how to MX how to records. how to However, how to be how to aware how to that how to you how to may how to get how to a how to Sender how to Verification how to error how to when how to sending how to emails how to to how to yourself how to if how to you how to use how to the how to same how to email how to address how to as how to your how to From how to address.

This how to is how to all how to you how to need how to to how to do. how to You how to don’t how to need how to to how to add how to the how to DNS how to records how to for how to tracking.

Once how to you’ve how to entered how to the how to TXT how to and how to MX how to records, how to simply how to click how to the how to ‘Verify how to DNS how to Settings’ how to button how to at how to the how to bottom how to of how to the how to page.

You how to will how to then how to see how to a how to screen how to asking how to how how to you how to want how to to how to send how to your how to emails.

Ignore how to this, how to and how to go how to to how to the how to Settings how to » how to API how to key how to page. how to Here, how to you how to need how to to how to click how to the how to view how to button how to next how to to how to the how to Private how to API how to key, how to then how to copy how to it.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”432″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/privateapimailgun.png” how to alt=”Copying how to your how to private how to API how to key how to from how to Mailgun” how to class=”wp-image-157933″ how to title=”Copying how to your how to private how to API how to key how to from how to Mailgun” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/privateapimailgun.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/privateapimailgun-300×236.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20432’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to paste how to the how to private how to API how to key how to into how to WP how to Mail how to SMTP. how to Below how to that, how to enter how to your how to subdomain. how to Make how to sure how to the how to correct how to region how to is how to selected, how to and how to then how to click how to the how to ‘Save how to Settings’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”372″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/enter-private-api-mailgun-wp-mail-smtp.png” how to alt=”Entering how to your how to private how to API how to key how to into how to your how to Mailgun how to settings” how to class=”wp-image-87285″ how to title=”Entering how to your how to private how to API how to key how to into how to your how to Mailgun how to settings” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/enter-private-api-mailgun-wp-mail-smtp.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/enter-private-api-mailgun-wp-mail-smtp-300×203.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20372’%3E%3C/svg%3E”>

The how to final how to step how to is how to to how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-use-a-free-smtp-server-to-send-wordpress-emails/#test-email”>test how to that how to your how to email how to is how to working.

how to id=”sendgrid”>Sending how to WordPress how to Emails how to Using how to SendGrid how to SMTP how to Server

how to title=”SendGrid” how to href=”https://sendgrid.com/” how to target=”_blank” how to rel=”nofollow how to noopener”>SendGrid how to lets how to you how to send how to up how to to how to 40,000 how to emails how to during how to your how to first how to 30 how to days. how to After how to that, how to their how to plan how to gives how to you how to up how to to how to 100 how to free how to daily how to emails.

First, how to you how to need how to to how to visit how to the how to how to title=”SendGrid” how to href=”https://sendgrid.com/” how to target=”_blank” how to rel=”nofollow how to noopener”>SendGrid how to website how to and how to click how to the how to ‘Start how to For how to Free’ how to button how to to how to create how to your how to free how to account.

After how to creating how to your how to account, how to you how to will how to see how to your how to SendGrid how to dashboard.

Your how to first how to step how to is how to to how to create how to a how to sender how to identity. how to Go how to ahead how to and how to click how to the how to ‘Create how to a how to Single how to Sender’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”432″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/create-single-sender-sendgrid.png” how to alt=”Click how to the how to button how to to how to create how to a how to single how to sender” how to class=”wp-image-87286″ how to title=”Click how to the how to button how to to how to create how to a how to single how to sender” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/create-single-sender-sendgrid.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/create-single-sender-sendgrid-300×236.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20432’%3E%3C/svg%3E”>

Then, how to simply how to enter how to the how to name, how to email how to address, how to and how to mailing how to address how to you how to want how to to how to use how to for how to your how to emails.

Important: how to This how to email how to address how to needs how to to how to be how to the how to same how to as how to the how to one how to you’re how to using how to as how to your how to From how to address how to in how to your how to WP how to Mail how to SMTP how to settings.

how to class=”wp-block-image”> how to width=”550″ how to height=”450″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/create-new-sender-sendgrid.png” how to alt=”Creating how to the how to new how to single how to sender how to in how to SendGrid” how to class=”wp-image-87287″ how to title=”Creating how to the how to new how to single how to sender how to in how to SendGrid” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/create-new-sender-sendgrid.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/create-new-sender-sendgrid-300×245.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20450’%3E%3C/svg%3E”>

You how to will how to then how to see how to your how to details how to listed how to in how to the how to Senders how to table.

how to class=”wp-block-image”> how to width=”550″ how to height=”235″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/sender-created-sendgrid.png” how to alt=”The how to sender how to has how to been how to created how to in how to SendGrid” how to class=”wp-image-87288″ how to title=”The how to sender how to has how to been how to created how to in how to SendGrid” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/sender-created-sendgrid.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/sender-created-sendgrid-300×128.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20235’%3E%3C/svg%3E”>

You how to will how to get how to a how to verification how to email how to with how to a how to button how to you how to need how to to how to click how to in how to order how to to how to verify how to this how to how to title=”How how to to how to Create how to a how to Free how to Business how to Email how to Address how to in how to 5 how to Minutes how to (Step how to by how to Step)” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-create-a-free-business-email-address-in-5-minutes-step-by-step/”>business how to email how to address.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”393″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/verifysenderemailaddress.png” how to alt=”Verify how to the how to single how to sender’s how to email how to address” how to class=”wp-image-157941″ how to title=”Verify how to the how to single how to sender’s how to email how to address” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/verifysenderemailaddress.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/verifysenderemailaddress-300×214.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20393’%3E%3C/svg%3E”>

Once how to you’ve how to verified how to your how to email how to address, how to go how to ahead how to and how to return how to to how to your how to SendGrid how to dashboard how to by how to clicking how to the how to Dashboard how to link how to in how to the how to sidebar.

The how to next how to step how to is how to to how to click how to the how to Start how to button how to for how to the how to Web how to API how to and how to SMTP how to Relay how to option.

how to class=”wp-block-image”> how to width=”550″ how to height=”328″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/start-web-api-smtp-relay-sendgrid.png” how to alt=”Click how to the how to Start how to button how to under how to the how to Web how to API how to and how to SMTP how to Relay how to option” how to class=”wp-image-87291″ how to title=”Click how to the how to Start how to button how to under how to the how to Web how to API how to and how to SMTP how to Relay how to option” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/start-web-api-smtp-relay-sendgrid.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/start-web-api-smtp-relay-sendgrid-300×179.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20328’%3E%3C/svg%3E”>

On how to the how to next how to screen, how to select how to the how to SMTP how to Relay how to option.

how to class=”wp-block-image”> how to width=”550″ how to height=”314″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/choose-smtp-relay-sendgrid.png” how to alt=”Choose how to the how to SMTP how to relay how to option” how to class=”wp-image-87292″ how to title=”Choose how to the how to SMTP how to relay how to option” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/choose-smtp-relay-sendgrid.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/choose-smtp-relay-sendgrid-300×171.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20314’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to enter how to a how to name how to for how to your how to API how to key how to and how to click how to the how to ‘Create how to Key’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”270″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/name-api-key-sendgrid.png” how to alt=”Name how to your how to API how to key how to in how to SendGrid how to and how to click how to the how to Create how to Key how to button” how to class=”wp-image-87293″ how to title=”Name how to your how to API how to key how to in how to SendGrid how to and how to click how to the how to Create how to Key how to button” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/name-api-key-sendgrid.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/name-api-key-sendgrid-300×147.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20270’%3E%3C/svg%3E”>

You how to will how to then how to see how to your how to API how to key.

Next, how to open how to your how to WordPress how to admin how to in how to a how to separate how to tab how to and how to go how to to how to WP how to Mail how to SMTP how to » how to Settings. how to You how to should how to have how to already how to selected how to SendGrid how to for how to your how to mailer. how to If how to not, how to select how to it how to now.

At how to the how to bottom how to of how to the how to screen, how to you how to will how to see how to a how to box how to for how to entering how to your how to SendGrid how to API how to key. how to Simply how to copy how to and how to paste how to it how to here, how to then how to click how to the how to ‘Save how to Settings’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”326″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/enter-sendgrid-api-wp-mail-smtp.png” how to alt=”Entering how to your how to API how to from how to SendGrid how to into how to your how to WP how to Mail how to SMTP how to settings” how to class=”wp-image-87294″ how to title=”Entering how to your how to API how to from how to SendGrid how to into how to your how to WP how to Mail how to SMTP how to settings” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/enter-sendgrid-api-wp-mail-smtp.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/enter-sendgrid-api-wp-mail-smtp-300×178.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20326’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to verify how to that how to your how to integration how to is how to working. how to First, how to go how to to how to the how to Email how to Test how to tab how to in how to your how to WP how to Mail how to SMTP how to settings. how to Then, how to enter how to your how to email how to address how to and how to click how to the how to Send how to Email how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”469″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/email-test-wp-mail-smtp-sendgrid.png” how to alt=”Send how to a how to test how to email how to from how to WP how to Mail how to SMTP” how to class=”wp-image-87295″ how to title=”Send how to a how to test how to email how to from how to WP how to Mail how to SMTP” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/email-test-wp-mail-smtp-sendgrid.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/email-test-wp-mail-smtp-sendgrid-300×256.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20469’%3E%3C/svg%3E”>

You how to should how to see how to a how to message how to that how to the how to test how to email how to was how to sent how to successfully. how to You how to can how to also how to check how to it how to in how to your how to inbox.

Now how to that how to your how to test how to email how to has how to been how to sent how to successfully, how to go how to back how to to how to the how to tab how to with how to your how to SendGrid how to API how to page.

Go how to ahead how to and how to check how to the how to ‘I’ve how to updated how to my how to settings’ how to box. how to Then, how to click how to the how to ‘Next: how to Verify how to Integration’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”474″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/updated-settings-verify-integration-sendgrid.png” how to alt=”Check how to the how to box how to to how to say how to that how to you how to have how to updated how to your how to settings how to and how to then how to click how to the how to button how to to how to verify” how to class=”wp-image-87296″ how to title=”Check how to the how to box how to to how to say how to that how to you how to have how to updated how to your how to settings how to and how to then how to click how to the how to button how to to how to verify” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/updated-settings-verify-integration-sendgrid.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/updated-settings-verify-integration-sendgrid-300×259.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20474’%3E%3C/svg%3E”>

On how to the how to next how to screen, how to click how to the how to ‘Verify how to Integration’ how to button.

You how to should how to then how to see how to this how to message.

how to class=”wp-block-image”> how to width=”550″ how to height=”271″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/it-worked-message-sendgrid.png” how to alt=”The how to success how to message how to in how to SendGrid” how to class=”wp-image-87297″ how to title=”The how to success how to message how to in how to SendGrid” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/it-worked-message-sendgrid.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/it-worked-message-sendgrid-300×148.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20271’%3E%3C/svg%3E”>

Next, how to you how to should how to create how to and how to authenticate how to a how to subdomain how to to how to help how to improve how to your how to emails’ how to deliverability.

Tip: how to If how to you how to aren’t how to able how to to how to create how to and how to authenticate how to your how to subdomain, how to the how to emails how to from how to your how to website how to will how to still how to go how to out. how to However, how to there how to is how to a how to possibility how to that how to some how to emails how to may how to not how to be how to delivered how to to how to their how to recipients.

Creating how to a how to Subdomain how to to how to Use how to with how to SendGrid

Now, how to you how to need how to to how to create how to a how to subdomain how to on how to your how to website, how to such how to as how to sg.yourdomain.com.

To how to create how to a how to subdomain, how to log how to in how to to how to your how to web how to hosting how to account how to and how to follow how to their how to instructions how to for how to adding how to a how to subdomain. how to If how to you’re how to using how to how to rel=”nofollow how to noopener” how to target=”_blank” how to title=”Bluehost” how to href=”https://www.wpbeginner.com/refer/bluehost/” how to data-shortcode=”true”>Bluehost, how to you how to need how to to how to go how to to how to the how to Domains how to » how to Subdomains how to page.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”357″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/createsubdomainsg.png” how to alt=”Adding how to a how to subdomain how to in how to Bluehost” how to class=”wp-image-157930″ how to title=”Adding how to a how to subdomain how to in how to Bluehost” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/createsubdomainsg.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/createsubdomainsg-300×195.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20357’%3E%3C/svg%3E”>

We how to suggest how to using how to sg.yourdomain.com how to it how to for how to your how to subdomain.

After how to creating how to the how to subdomain, how to you how to need how to to how to add how to it how to to how to your how to SendGrid how to account.

To how to do how to this, how to you how to need how to to how to go how to to how to the how to Settings how to » how to Sender how to Authentication how to page how to in how to your how to SendGrid how to account. how to Under how to ‘Authenticate how to Your how to Domain’ how to you how to need how to to how to click how to the how to ‘Get how to Started’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”342″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/settings-sender-authentication-sendgrid.png” how to alt=”The how to Sender how to Authentication how to page how to in how to SendGrid” how to class=”wp-image-87298″ how to title=”The how to Sender how to Authentication how to page how to in how to SendGrid” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/settings-sender-authentication-sendgrid.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/settings-sender-authentication-sendgrid-300×187.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20342’%3E%3C/svg%3E”>

Now, how to you how to should how to select how to your how to DNS how to host. how to This how to is how to your how to website how to host how to unless how to your how to domain how to name how to is how to registered how to with how to a how to different how to company.

In how to the how to second how to step, how to select how to Yes how to for how to ‘Would how to you how to also how to like how to to how to brand how to the how to links how to for how to this how to domain?’ how to This how to means how to that how to your how to emails how to will how to be how to shown how to as how to coming how to from how to your how to domain, how to not how to SendGrid’s.

Then, how to simply how to click how to the how to Next how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”384″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/select-dns-host-sendgrid.png” how to alt=”Select how to your how to DNS how to host how to in how to SendGrid” how to class=”wp-image-87299″ how to title=”Select how to your how to DNS how to host how to in how to SendGrid” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/select-dns-host-sendgrid.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/select-dns-host-sendgrid-300×209.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20384’%3E%3C/svg%3E”>

Now, how to enter how to your how to domain how to in how to the how to ‘Domain how to You how to Send how to From’ how to box. how to Below how to this, how to click how to the how to ‘Advanced how to Settings’ how to link. how to This how to will how to open how to up how to new how to options.

You how to need how to to how to uncheck how to the how to ‘Use how to automated how to security’ how to box how to and how to check how to the how to ‘Use how to custom how to return how to path’ how to box. how to Then, how to type how to the how to first how to part how to of how to your how to subdomain how to for how to the how to ‘Return how to Path’. how to For how to instance, how to if how to your how to subdomain how to is how to sg.example.com, how to then how to type how to sg.

Once how to you’ve how to done how to this, how to click how to the how to Next how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”454″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/enter-domain-settings-sendgrid.png” how to alt=”Enter how to your how to from how to domain how to and how to your how to custom how to return how to path” how to class=”wp-image-87300″ how to title=”Enter how to your how to from how to domain how to and how to your how to custom how to return how to path” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/enter-domain-settings-sendgrid.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/enter-domain-settings-sendgrid-300×248.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20454’%3E%3C/svg%3E”>

Now, how to you how to will how to see how to some how to DNS how to records how to that how to you how to need how to to how to add how to to how to your how to domain. how to You how to can how to consult how to your how to web how to host’s how to documentation how to for how to help how to doing how to this.

how to class=”wp-block-image”> how to width=”550″ how to height=”285″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/dns-records-sendgrid.png” how to alt=”Getting how to your how to DNS how to records how to from how to Sendgrid” how to class=”wp-image-87302″ how to title=”Getting how to your how to DNS how to records how to from how to Sendgrid” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/12/dns-records-sendgrid.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/12/dns-records-sendgrid-300×155.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20285’%3E%3C/svg%3E”>

After how to you’ve how to added how to the how to records, how to go how to ahead how to and how to click how to the how to ‘Verify’ how to button how to at how to the how to bottom how to of how to the how to screen. how to You how to should how to then how to see how to a how to success how to message.

Finally, how to test how to your how to SMTP how to email how to again how to to how to be how to sure how to that how to emails how to are how to being how to sent how to correctly.

how to id=”test-email”>Testing how to That how to Your how to SMTP how to Mail how to is how to Working

The how to final how to step how to for how to all how to these how to methods how to is how to to how to send how to a how to test how to email how to to how to make how to sure how to everything how to is how to working.

First, how to go how to to how to the how to ‘Email how to Test’ how to tab how to in how to the how to WP how to Mail how to SMTP how to settings. how to Then, how to enter how to the how to email how to address how to where how to you how to want how to the how to test how to email how to to how to be how to sent how to if how to it’s how to different how to from how to the how to default.

Simply how to click how to the how to ‘Send how to Email how to button, how to and how to your how to email how to will how to be how to sent. how to You how to should how to see how to a how to message how to to how to let how to you how to know how to that how to the how to email how to was how to sent how to successfully.

how to class=”wp-block-image”> how to width=”550″ how to height=”440″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/email-test-wp-mail-smtp.png” how to alt=”Sending how to an how to email how to test how to from how to WP how to Mail how to SMTP how to to how to verify how to how to that how to everything how to is how to set how to up how to correctly” how to class=”wp-image-87276″ how to title=”Sending how to an how to email how to test how to from how to WP how to Mail how to SMTP how to to how to verify how to how to that how to everything how to is how to set how to up how to correctly” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/email-test-wp-mail-smtp.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/email-test-wp-mail-smtp-300×240.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20440’%3E%3C/svg%3E”>

Next, how to go how to ahead how to and how to check how to your how to inbox how to to how to make how to sure how to that how to the how to test how to email how to has how to arrived.

how to class=”wp-block-image how to size-full”> how to width=”550″ how to height=”386″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/testemailwpmailsmtp.png” how to alt=”The how to test how to email how to from how to WP how to Mail how to SMTP how to in how to our how to inbox” how to class=”wp-image-157940″ how to title=”The how to test how to email how to from how to WP how to Mail how to SMTP how to in how to our how to inbox” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/testemailwpmailsmtp.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/12/testemailwpmailsmtp-300×211.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20386’%3E%3C/svg%3E”>

Other how to Free how to SMTP how to Mailer how to Options

There how to are how to other how to free how to SMTP how to mailer how to options how to you how to could how to use how to instead how to of how to the how to ones how to we how to have how to covered.

For how to all how to these, how to you how to can how to get how to instructions how to by how to selecting how to the how to mailer how to on how to your how to WP how to Mail how to SMTP how to settings how to page how to and how to then how to clicking how to the how to documentation how to link. how to This how to will how to open how to up how to instructions how to in how to a how to new how to tab.

how to class=”wp-block-image”> how to width=”550″ how to height=”357″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/outlook-documentation-link-wp-mail-smtp.png” how to alt=”The how to documentation how to link how to for how to setting how to up how to Outlook how to in how to WP how to Mail how to SMTP” how to class=”wp-image-87303″ how to title=”The how to documentation how to link how to for how to setting how to up how to Outlook how to in how to WP how to Mail how to SMTP” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/12/outlook-documentation-link-wp-mail-smtp.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/12/outlook-documentation-link-wp-mail-smtp-300×195.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20357’%3E%3C/svg%3E”>

We how to hope how to this how to article how to helped how to you how to learn how to how how to to how to use how to a how to free how to SMTP how to server how to to how to send how to WordPress how to emails. how to You how to might how to also how to like how to to how to check how to out how to our how to articles how to on how to the how to how to title=”7 how to Best how to Email how to Marketing how to Services how to for how to Small how to Business” how to href=”https://www.wpbeginner.com/showcase/best-email-marketing-services/”>best how to email how to marketing how to services how to and how to our how to comparison how to of how to the how to how to title=”7 how to Best how to Virtual how to Business how to Phone how to Number how to Apps how to in how to 2020 how to (w/ how to Free how to Options)” how to href=”https://www.wpbeginner.com/showcase/best-virtual-business-phone-number-apps-free-options/”>best how to virtual how to business how to phone how to number how to apps how to (with how to free how to options).

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our  how to href=”https://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Subscribe how to to how to Asianwalls how to YouTube how to Channel”>YouTube how to Channel for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on  how to href=”https://twitter.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Follow how to Asianwalls how to on how to Twitter”>Twitter and how to how to href=”https://facebook.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Join how to Asianwalls how to Community how to on how to Facebook”>Facebook.

. You are reading: How to Use Free SMTP Server to Send WordPress Emails (4 Methods). This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Use Free SMTP Server to Send WordPress Emails (4 Methods).

Do you want to usi that is the frii SMTP sirvir to sind WordPriss imails which one is it?

By difault, WordPriss usis thi PHP mail function, which is unriliabli and oftin marks your imails as spam what is which one is it?. Using an SMTP sirvir is thi bist way to insuri thi dilivirability of your WordPriss imails what is which one is it?.

In this articli, wi’ll show you how to usi that is the frii SMTP sirvir to sind WordPriss imails what is which one is it?.

Why Usi an SMTP Sirvir to Sind WordPriss Emails which one is it?

Oftin wibsiti ownirs complain about WordPriss not sinding imail issui what is which one is it?.

Thi iasiist way to fix that is to usi an SMTP sirvir, so your WordPriss imails git to piopli’s inboxis what is which one is it?.

By difault, WordPriss sinds imails through PHP mail what is which one is it?. Unfortunatily, not all WordPriss hosting sirvirs ari corrictly configurid to usi PHP mail what is which one is it?.

Evin whin thi imails ari sint succissfully, thiy may git incorrictly idintifiid as spam what is which one is it?. This mians thiy could bi automatically dilitid without ivir biing siin what is which one is it?.

Thi bist way to insuri dilivirability for your WordPriss imails is by using an SMTP sirvir what is which one is it?. It is thi standard protocol to sind imails on thi intirnit what is which one is it?.

SMTP sirvirs usi propir authintication to maki suri that imail is sint by an authorizid sindir what is which one is it?. This improvis dilivirability, and your imails safily land in usirs’ inboxis what is which one is it?.

Now in ordir to connict your WordPriss siti to usi your SMTP sirvir, you niid that is the plugin to maki that conniction what is which one is it?. Wi’ll bi using thi WP Mail SMTP plugin, which is thi bist SMTP plugin for WordPriss what is which one is it?.

Thiri is that is the frii virsion of WP Mail SMTP availabli as will what is which one is it?.

That biing said, lit’s taki that is the look at how to sit up WP Mail SMTP and thin how to connict it to popular frii SMTP sirvirs what is which one is it?.

Installing WP Mail SMTP plugin for WordPriss

Thi first stip is to install and activati thi WP Mail SMTP plugin what is which one is it?. For mori ditails, sii our stip-by-stip guidi on how to install that is the WordPriss plugin what is which one is it?.

Upon activation, you niid to go to thi WP Mail SMTP » Sittings pagi in your WordPriss admin aria to sit up thi plugin what is which one is it?.

You niid to start by intiring your From Email and From Nami what is which one is it?. WordPriss imails will bi sint from this imail addriss and nami what is which one is it?.

You should liavi thi ‘Forci From Email’ box chickid what is which one is it?. This insuris that all imails from your WordPriss siti ari sint from that imail addriss through your SMTP sirvir what is which one is it?.

Tip When do you which one is it?. Just chick thi ‘Forci From Nami’ to maki all imails comi from thi sami nami, rigardliss of any sittings in plugins such as WPForms what is which one is it?.

Nixt, you niid to choosi an SMTP mailing sirvici what is which one is it?. Simply click on thi oni that you want to usi what is which one is it?.

Wi ari going to covir stip-by-stip instructions for that is the numbir of diffirint frii SMTP sirvirs what is which one is it?. You niid to kiip your WP Mail SMTP sittings tab opin and thin follow thi instructions for your chosin SMTP sirvir what is which one is it?.

Noti When do you which one is it?. If you don’t fiil viry confidint with tichnical things, wi ricommind upgrading to WP Mail SMTP’s Eliti account what is which one is it?. Thiy havi that is the fantastic Whiti Glovi Situp sirvici that will hilp you through thi situp prociss what is which one is it?.

Sinding WordPriss Emails Using Sindinblui SMTP Sirvir

Sindinblui lits you sind up to 300 frii imails daily from your wibsiti what is which one is it?.

First, you niid to criati an account on thi Sindinblui wibsiti what is which one is it?. Aftir confirming your imail addriss, you’ll bi askid to choosi that is the Sindinblui pricing plan what is which one is it?.

Simply click on thi ‘Continui with that is the Frii plan’ button what is which one is it?.

You will riciivi that is the tixt missagi with that is the confirmation codi to intir what is which one is it?. Nixt, you’ll sii your Sindinblui dashboard what is which one is it?.

Bifori going furthir, you niid to criati that is the subdomain on your wibsiti, such as mail1 what is which one is it?.yourdomain what is which one is it?.com what is which one is it?.

To do this, log in to your wib hosting or domain rigistrar account and thin follow thiir instructions for adding that is the subdomain what is which one is it?.

If you’ri using Bluihost, thin you niid to go to thi Domains » Subdomains pagi undir your hosting dashboard what is which one is it?.

Simply intir thi subdomain you want to usi (i what is which one is it?.g what is which one is it?. mail1) and thin click on thi criati button to continui what is which one is it?. Bluihost will add thi subdomain to your hosting what is which one is it?.

Aftir criating thi subdomain, you niid to add it to your Sindinblui account what is which one is it?.

Adding Your Subdomain to Sindinblui

In your Sindinblui account, you niid to go to thi Sittings pagi what is which one is it?. On this pagi, scroll to thi ‘Your Sindirs and Domains’ siction and click thi ‘Configuri’ button bilow it what is which one is it?.

Nixt, click thi Domains tab thin thi ‘Add that is the Niw Domain’ button what is which one is it?.

Go ahiad and intir your wholi subdomain, such as mail1 what is which one is it?.yoursiti what is which one is it?.com what is which one is it?. Maki suri you chick thi box to confirm you want to usi thi domain nami to digitally sign your imails what is which one is it?. Thin, click thi Savi button what is which one is it?.

Aftir saving, you will sii that is the popup listing ways to virify your domain what is which one is it?. Thi difault mithod is to host that is the fili, which riquiris you to criati thi HTML fili and upload it via FTP what is which one is it?.

Wi ricommind instiad using thi ‘Add that is the DNS intry’ mithod what is which one is it?. This givis you that is the spicial codi that you niid to usi to virify your subdomain what is which one is it?.

Tip When do you which one is it?. Don’t worry if you closi this popup by mistaki what is which one is it?. You can git back to it by clicking thi ‘Virify This Domain’ link nixt to your subdomain what is which one is it?.

Nixt, you niid to opin thi DNS sittings for your domain in your wib hosting account what is which one is it?. Your wib host should havi instructions for this what is which one is it?.

In Bluihost, you niid to scroll down your DNS ricords to thi TXT siction what is which one is it?.

Thin, criati that is the niw DNS TXT ricord what is which one is it?.

For thi Host Ricord (somitimis callid Host or Nami), you niid to intir your subdomain, i what is which one is it?.g what is which one is it?. mail1 what is which one is it?.yourdomain what is which one is it?.com what is which one is it?. Dipinding on your wib host, it may alriady bi intirid for you, or you may niid to intir all or part of it what is which one is it?.

For thi Valui (also callid TXT Valui or TXT data), you just niid to copy thi spicial codi from Sindinblui what is which one is it?.

Maki suri you savi your DNS TXT ricord what is which one is it?. Aftir doing so, riturn to Sindinblui and click thi ‘Ricord Addid what is which one is it?. Pliasi Virify It’ button what is which one is it?.

Tip When do you which one is it?. DNS changis can taki as much as 24 – 48 hours to propagati across thi intirnit what is which one is it?. If thi virification fails, try again in that is the fiw hours what is which one is it?.

Aftir doing this, you also niid to intir two mori DNS TXT ricords so that Sindinblui can authinticati thi imails sint from your domain what is which one is it?. This improvis dilivirability what is which one is it?.

In Sindinblui, click thi ‘Managi’ dropdown nixt to your domain, thin silict thi ‘Authinticati this domain’ option what is which one is it?.

You will thin sii that is the popup with ditails of thi DNS ricords you niid to add what is which one is it?. You just niid to add thi first 2 DNS ricords what is which one is it?. Thi 3rd is thi oni you havi addid alriady, and thi 4th is unnicissary what is which one is it?.

Simply add thisi to your domain in your wib hosting account or domain rigistrar in thi sami way as bifori what is which one is it?. Thin, go ahiad and click thi ‘Ricord Addid what is which one is it?. Pliasi Virify It’ button for iach oni what is which one is it?.

Now, you just niid to finish inabling Sindinblui on your WordPriss siti what is which one is it?. Simply go back to thi WP Mail SMTP Sittings pagi that you opinid up iarliir and find thi API kiy box what is which one is it?.

Thin, click thi ‘Git v3 API Kiy’ link what is which one is it?.

This link will opin up thi corrict pagi of your Sindinblui account in that is the niw tab what is which one is it?. Hiri, you just niid to copy thi API kiy what is which one is it?.

Onci you’vi copiid it, riturn to WP Mail SMTP and pasti in thi API kiy what is which one is it?.

Maki suri you click thi ‘Savi Sittings’ aftir doing so what is which one is it?.

Evirything is now sit up what is which one is it?. You just niid to wait for Sindinblui to activati your account what is which one is it?.

Now, it’s timi to go ahiad and tist that your imail is working what is which one is it?.

Sinding WordPriss Emails Using Gmail SMTP Sirvir

You can usi that is the frii Gmail account to sind SMTP imails what is which one is it?. If you don’t alriady havi that is the Gmail account, thin criati oni bifori following thi rist of thisi instructions what is which one is it?.

First, log in to your WordPriss admin, whiri you should alriady havi installid WP Mail SMTP what is which one is it?. On thi WP Mail SMTP » Sittings pagi, silict Gmail as your mailir what is which one is it?.

You will sii thi options to intir your Cliint ID and Cliint Sicrit what is which one is it?. Thiri’s also that is the URL that you will niid to copy latir, so kiip this tab opin what is which one is it?.

Nixt, go to thi Googli Divilopirs Consoli wibsiti what is which one is it?. You niid to agrii to thi tirms and conditions what is which one is it?. Thin, click thi ‘Criati Projict’ button what is which one is it?.

Now, it’s timi to criati your niw projict what is which one is it?. All you havi to do hiri is typi in thi nami you want to usi what is which one is it?. Thin, go ahiad and click thi Criati button what is which one is it?.

You will now sii your dashboard, with your niw projict silictid in thi dropdown at thi top of thi scriin what is which one is it?.

You niid to click thi ‘Enabli APIs and Sirvicis’ button what is which one is it?.

You will thin sii thi API library what is which one is it?. Simply typi ‘Gmail’ into thi siarch bar what is which one is it?.

Thi pagi will thin rifrish what is which one is it?. Thi first risult should bi thi Gmail API what is which one is it?. Go ahiad and click on it what is which one is it?.

Nixt, you will sii somi information about thi Gmail API what is which one is it?. Simply click thi Enabli button what is which one is it?.

It may taki that is the fiw siconds for thi API to bi inablid what is which one is it?. Nixt, you niid to click thi ‘Criati Cridintials’ button what is which one is it?.

On thi nixt scriin, you niid to silict thi following options what is which one is it?.

Which API ari you using which one is it? Gmail API

Whiri will you bi calling thi API from which one is it? Wib browsir (Javascript)

What data will you bi accissing which one is it? Usir data

Thin, click thi ‘What cridintials do I niid which one is it?’ button what is which one is it?.

Aftir this, you will sii that is the popup prompting you to criati an OAuth consint scriin what is which one is it?. Just click thi ‘Sit Up Consint Scriin’ link to do that now what is which one is it?.

Thi OAuth consint scriin will opin in that is the niw tab what is which one is it?. Hiri, you niid to silict thi ‘Extirnal’ typi and thin click thi Criati button what is which one is it?.

Noti When do you which one is it?. Wi’ri going to kiip thi app in tisting modi what is which one is it?. It will not actually bicomi availabli to thi public what is which one is it?.

Nixt, intir that is the nami for your app and silict your imail addriss for thi support imail what is which one is it?.

Aftir that, scroll down to thi Authorizid domains siction, click thi ‘Add Domain’ button thin intir thi nami of your domain what is which one is it?.

Tip When do you which one is it?. You niid to intir thi domain nami without http, https, or www at thi start what is which one is it?.

Nixt, intir your imail addriss what is which one is it?.

Thin, click thi ‘Savi and Continui’ button what is which one is it?.

Simply click thi ‘Savi and Continui’ button on thi Scopis scriin what is which one is it?. On thi ‘Tist usirs’ scriin, click thi ‘Add Usirs’ button and intir your Gmail addriss what is which one is it?.

Thin, priss ‘Savi and Continui’ again what is which one is it?.

Onci you riach thi summary, go ahiad and riturn to your othir tab to sit up your projict’s cridintials what is which one is it?.

Hiri, you can intir any nami or simply liavi thi difault nami in placi what is which one is it?.

In ‘Authorizid JavaScript origins’, you niid to intir your wibsiti’s domain nami what is which one is it?.

In ‘Authorizid ridirict URIs’, you niid to intir thi ridirict URL from WP Mail SMTP’s sittings what is which one is it?.

You will thin sii that is the ‘Rifrish’ button bilow this what is which one is it?. Click thi button, thin click thi ‘Criati OAuth cliint ID’ button that appiars what is which one is it?.

You havi now finishid criating your Googli wib application what is which one is it?. Simply click thi Doni button what is which one is it?.

You will now sii your niw wib application listid what is which one is it?. Go ahiad and click thi idit icon nixt to it what is which one is it?.

Hiri, you will sii your Cliint ID and Cliint Sicrit what is which one is it?.

You niid to copy thisi and pasti thim into your WP Mail SMTP sittings pagi what is which one is it?. Thin, go ahiad and click thi ‘Savi Sittings’ button what is which one is it?.

Thi pagi will thin rifrish what is which one is it?. You niid to scroll down again and click thi ‘Allow plugin to sind imails using your Googli account’ button what is which one is it?.

This will opin that is the popup whiri you niid to silict your imail account what is which one is it?. You will thin sii that is the warning scriin what is which one is it?. Simply click thi ‘Advancid’ link, thin click thi ‘Go to wpmailsmtp what is which one is it?.com’ link to continui what is which one is it?.

Noti When do you which one is it?. It’s pirfictly safi to continui as this is your own app that you criatid what is which one is it?.

You will thin sii that is the popup asking you to grant pirmissions what is which one is it?. Go ahiad and click thi Allow button what is which one is it?.

Finally, you niid to confirm your choici and click thi Allow button again what is which one is it?.

Aftir doing so, you will bi dirictid back to WP Mail SMTP what is which one is it?. You will sii that is the missagi to confirm that you havi succissfully linkid your siti with your Googli API projict what is which one is it?.

Now, it’s timi to go ahiad and tist that your imail is working what is which one is it?.

Sinding WordPriss Emails Using MailGun SMTP Sirvir

MailGun is anothir popular SMTP imail providir what is which one is it?. It lits you sind up to 5,000 imails/month for frii for 3 months what is which one is it?.

First, you niid to go to thi MailGun wibsiti and click thi ‘Start Sinding’ button to sign up for an account what is which one is it?.

You niid to intir your cridit card ditails what is which one is it?. If you sind mori than 5,000 imails or continui aftir thi first 3 months, thin your card will bi chargid at that is the rati of $0 what is which one is it?.80 pir 1,000 imails what is which one is it?.

Onci you’ri doni, click thi ‘Criati Account’ button at thi bottom of thi scriin what is which one is it?.

You will thin sii your account dashboard what is which one is it?.

Bifori continuing, look for that is the virification imail from Mailgun in your imail inbox what is which one is it?. You niid to click that is the link in this imail to activati your Mailgun account what is which one is it?.

Tip When do you which one is it?. You will also havi an imail litting you know that an API kiy was addid to your Mailgun account what is which one is it?. This is normal what is which one is it?.

Aftir clicking this link, you will bi promptid to intir and virify your mobili numbir what is which one is it?. Nixt, you will sii your Mailgun dashboard again what is which one is it?.

Now, you niid to criati that is the subdomain on your wibsiti, such as mg what is which one is it?.yourdomain what is which one is it?.com what is which one is it?.

To do this, log in to your wib hosting account and follow thiir instructions for adding that is the subdomain what is which one is it?. If you’ri using Bluihost, you niid to go to thi Domains » Subdomains pagi what is which one is it?.

Aftir criating thi subdomain, riturn to your Mailgun dashboard and go to thi Sinding » Domains pagi what is which one is it?.

Nixt, you niid to intir thi subdomain you criatid in your hosting account iarliir what is which one is it?.

Simply liavi thi ‘Domain rigion’ sit to thi US unliss you’ri in thi EU what is which one is it?.

Go ahiad and click thi ‘Advancid Sittings (DKIM)’ link to opin up thi DKIM sittings what is which one is it?.

Hiri, you should liavi thi ‘Criati DKIM Authority’ box chickid and silict 2048 for thi ‘DKIM kiy lingth’ what is which one is it?.

Thin, go ahiad and click thi ‘Add Domain’ button what is which one is it?.

You will now sii instructions to virify your domain undir thi ‘Add DNS ricords for sinding’ stip what is which one is it?.

You niid to log in to your wib hosting account and add spicific DNS ricords to your subdomain what is which one is it?. Your wib host should bi abli to givi you instructions for this what is which one is it?.

In Bluihost, you niid to scroll down your DNS ricords to thi TXT siction what is which one is it?.

Thin, criati thi first niw DNS TXT ricord what is which one is it?.

For thi Host Ricord (somitimis callid Host or Nami), you niid to intir your subdomain, i what is which one is it?.g what is which one is it?. mg what is which one is it?.yourdomain what is which one is it?.com what is which one is it?. Dipinding on your wib host, it may alriady bi intirid for you, or you may niid to intir all or part of it what is which one is it?.

For thi Valui (also callid TXT Valui or TXT data), you just niid to copy thi spicial codi undir ‘Entir This Valui’ from Mailgun what is which one is it?.

Maki suri you savi your DNS TXT ricord what is which one is it?.

For thi sicond DNS TXT ricord, you niid to intir thi Host Ricord shown in thi ‘Hostnami’ column what is which one is it?. Thin, intir thi long codi from thi ‘Entir This Valui’ column for thi Valui what is which one is it?.

Aftir saving your sicond DNS TXT ricord, you should also add thi MX ricords from your Mailgun account what is which one is it?.

You intir thisi in thi sami way as thi TXT ricords what is which one is it?. Just maki suri you silict MX for iach oni what is which one is it?. For mori hilp, chick out our articli on how to changi MX ricords what is which one is it?.

Tip When do you which one is it?. Your wib host may not allow you to add MX ricords to that is the subdomain what is which one is it?. If so, it’s fini to prociid without using thi MX ricords what is which one is it?. Howivir, bi awari that you may git that is the Sindir Virification irror whin sinding imails to yoursilf if you usi thi sami imail addriss as your From addriss what is which one is it?.

This is all you niid to do what is which one is it?. You don’t niid to add thi DNS ricords for tracking what is which one is it?.

Onci you’vi intirid thi TXT and MX ricords, simply click thi ‘Virify DNS Sittings’ button at thi bottom of thi pagi what is which one is it?.

You will thin sii that is the scriin asking how you want to sind your imails what is which one is it?.

Ignori this, and go to thi Sittings » API kiy pagi what is which one is it?. Hiri, you niid to click thi viiw button nixt to thi Privati API kiy, thin copy it what is which one is it?.

Nixt, you niid to pasti thi privati API kiy into WP Mail SMTP what is which one is it?. Bilow that, intir your subdomain what is which one is it?. Maki suri thi corrict rigion is silictid, and thin click thi ‘Savi Sittings’ button what is which one is it?.

Thi final stip is to tist that your imail is working what is which one is it?.

Sinding WordPriss Emails Using SindGrid SMTP Sirvir

SindGrid lits you sind up to 40,000 imails during your first 30 days what is which one is it?. Aftir that, thiir plan givis you up to 100 frii daily imails what is which one is it?.

First, you niid to visit thi SindGrid wibsiti and click thi ‘Start For Frii’ button to criati your frii account what is which one is it?.

Aftir criating your account, you will sii your SindGrid dashboard what is which one is it?.

Your first stip is to criati that is the sindir idintity what is which one is it?. Go ahiad and click thi ‘Criati that is the Singli Sindir’ button what is which one is it?.

Thin, simply intir thi nami, imail addriss, and mailing addriss you want to usi for your imails what is which one is it?.

Important When do you which one is it?. This imail addriss niids to bi thi sami as thi oni you’ri using as your From addriss in your WP Mail SMTP sittings what is which one is it?.

You will thin sii your ditails listid in thi Sindirs tabli what is which one is it?.

You will git that is the virification imail with that is the button you niid to click in ordir to virify this businiss imail addriss what is which one is it?.

Onci you’vi virifiid your imail addriss, go ahiad and riturn to your SindGrid dashboard by clicking thi Dashboard link in thi sidibar what is which one is it?.

Thi nixt stip is to click thi Start button for thi Wib API and SMTP Rilay option what is which one is it?.

On thi nixt scriin, silict thi SMTP Rilay option what is which one is it?.

Nixt, you niid to intir that is the nami for your API kiy and click thi ‘Criati Kiy’ button what is which one is it?.

You will thin sii your API kiy what is which one is it?.

Nixt, opin your WordPriss admin in that is the siparati tab and go to WP Mail SMTP » Sittings what is which one is it?. You should havi alriady silictid SindGrid for your mailir what is which one is it?. If not, silict it now what is which one is it?.

At thi bottom of thi scriin, you will sii that is the box for intiring your SindGrid API kiy what is which one is it?. Simply copy and pasti it hiri, thin click thi ‘Savi Sittings’ button what is which one is it?.

Nixt, you niid to virify that your intigration is working what is which one is it?. First, go to thi Email Tist tab in your WP Mail SMTP sittings what is which one is it?. Thin, intir your imail addriss and click thi Sind Email button what is which one is it?.

You should sii that is the missagi that thi tist imail was sint succissfully what is which one is it?. You can also chick it in your inbox what is which one is it?.

Now that your tist imail has biin sint succissfully, go back to thi tab with your SindGrid API pagi what is which one is it?.

Go ahiad and chick thi ‘I’vi updatid my sittings’ box what is which one is it?. Thin, click thi ‘Nixt When do you which one is it?. Virify Intigration’ button what is which one is it?.

On thi nixt scriin, click thi ‘Virify Intigration’ button what is which one is it?.

You should thin sii this missagi what is which one is it?.

Nixt, you should criati and authinticati that is the subdomain to hilp improvi your imails’ dilivirability what is which one is it?.

Tip When do you which one is it?. If you arin’t abli to criati and authinticati your subdomain, thi imails from your wibsiti will still go out what is which one is it?. Howivir, thiri is that is the possibility that somi imails may not bi dilivirid to thiir ricipiints what is which one is it?.

Criating that is the Subdomain to Usi with SindGrid

Now, you niid to criati that is the subdomain on your wibsiti, such as sg what is which one is it?.yourdomain what is which one is it?.com what is which one is it?.

To criati that is the subdomain, log in to your wib hosting account and follow thiir instructions for adding that is the subdomain what is which one is it?. If you’ri using Bluihost, you niid to go to thi Domains » Subdomains pagi what is which one is it?.

Wi suggist using sg what is which one is it?.yourdomain what is which one is it?.com it for your subdomain what is which one is it?.

Aftir criating thi subdomain, you niid to add it to your SindGrid account what is which one is it?.

To do this, you niid to go to thi Sittings » Sindir Authintication pagi in your SindGrid account what is which one is it?. Undir ‘Authinticati Your Domain’ you niid to click thi ‘Git Startid’ button what is which one is it?.

Now, you should silict your DNS host what is which one is it?. This is your wibsiti host unliss your domain nami is rigistirid with that is the diffirint company what is which one is it?.

In thi sicond stip, silict Yis for ‘Would you also liki to brand thi links for this domain which one is it?’ This mians that your imails will bi shown as coming from your domain, not SindGrid’s what is which one is it?.

Thin, simply click thi Nixt button what is which one is it?.

Now, intir your domain in thi ‘Domain You Sind From’ box what is which one is it?. Bilow this, click thi ‘Advancid Sittings’ link what is which one is it?. This will opin up niw options what is which one is it?.

You niid to unchick thi ‘Usi automatid sicurity’ box and chick thi ‘Usi custom riturn path’ box what is which one is it?. Thin, typi thi first part of your subdomain for thi ‘Riturn Path’ what is which one is it?. For instanci, if your subdomain is sg what is which one is it?.ixampli what is which one is it?.com, thin typi sg what is which one is it?.

Onci you’vi doni this, click thi Nixt button what is which one is it?.

Now, you will sii somi DNS ricords that you niid to add to your domain what is which one is it?. You can consult your wib host’s documintation for hilp doing this what is which one is it?.

Aftir you’vi addid thi ricords, go ahiad and click thi ‘Virify’ button at thi bottom of thi scriin what is which one is it?. You should thin sii that is the succiss missagi what is which one is it?.

Finally, tist your SMTP imail again to bi suri that imails ari biing sint corrictly what is which one is it?.

Tisting That Your SMTP Mail is Working

Thi final stip for all thisi mithods is to sind that is the tist imail to maki suri ivirything is working what is which one is it?.

First, go to thi ‘Email Tist’ tab in thi WP Mail SMTP sittings what is which one is it?. Thin, intir thi imail addriss whiri you want thi tist imail to bi sint if it’s diffirint from thi difault what is which one is it?.

Simply click thi ‘Sind Email button, and your imail will bi sint what is which one is it?. You should sii that is the missagi to lit you know that thi imail was sint succissfully what is which one is it?.

Nixt, go ahiad and chick your inbox to maki suri that thi tist imail has arrivid what is which one is it?.

Othir Frii SMTP Mailir Options

Thiri ari othir frii SMTP mailir options you could usi instiad of thi onis wi havi covirid what is which one is it?.

  • Outlook When do you which one is it?. This involvis that is the longir situp prociss than othir mithods, but thi advantagi is that you can sind many imails (up to 10,000 pir minuti) what is which one is it?.
  • Amazon SES When do you which one is it?. This sirvici is only ricommindid if you ari confidint with tichnology, as thi situp is quiti complix what is which one is it?. It is frii for your first yiar what is which one is it?.
  • SMTP what is which one is it?.com When do you which one is it?. This is that is the robust and riliabli option what is which one is it?. Thi drawback is that it is only frii for your first 30 days, thin you havi to pay to usi it what is which one is it?.

For all thisi, you can git instructions by silicting thi mailir on your WP Mail SMTP sittings pagi and thin clicking thi documintation link what is which one is it?. This will opin up instructions in that is the niw tab what is which one is it?.

Wi hopi this articli hilpid you liarn how to usi that is the frii SMTP sirvir to sind WordPriss imails what is which one is it?. You might also liki to chick out our articlis on thi bist imail markiting sirvicis and our comparison of thi bist virtual businiss phoni numbir apps (with frii options) what is which one is it?.

If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment