Do you want to use Gmail SMTP in WordPress?
Sending WordPress emails through Gmail helps to improve deliverability and stops your WordPress emails from going to spam.
In This Article
- Step 1: Install WP Mail SMTP
- Step 2: Create a Project in Google Cloud Console
- Step 3: Switch From Testing to Production (Free Gmail Accounts Only)
- Step 4: Connect WordPress Site to Gmail
- Step 5: Set Up Your From Email and Default Alias
- Step 6: Enable Email Logging in WordPress
- Gmail SMTP FAQs and Troubleshooting
Create Your WordPress Form Now
How Do I Link My WordPress Email to Gmail?
You can use WP Mail SMTP to link your WordPress email to Gmail via:
- Gmail SMTP details
- Google API
We highly recommend that you use the Google API. This method takes a little longer to set up, but it’s worth it for the extra security, because:
- There’s no need to share your Google account password.
- You don’t need to generate an app password in your Google account.
- You don’t need to type your Google SMTP or account login details into WordPress.
The WP Mail SMTP plugin has a setup wizard that makes it easy to connect your WordPress site to the Gmail API. We’ll show you how to do it in this article.
Why Use WP Mail SMTP?
WP Mail SMTP lets you send WordPress emails through Google SMTP or the Google API. Either of these methods is more reliable than using the PHP mail function, which is the WordPress default.
Many email servers have learned to block emails sent via PHP mail. Emails that are generated this way “look” like spam. They don’t have any authentication in the header of the email, which is the technical part that we don’t normally see.
With WP Mail SMTP, you can authenticate emails through your Gmail or Google Workspace (formerly G Suite) account to keep your login details safe and private.
WP Mail SMTP will also work for you if:
- SMTP ports are blocked, which is a common problem on some hosting providers and Amazon EC2.
- You’re using localhost and you want to send emails from your site.
- Your hosting provider isn’t configured to use PHP mail for some other reason.
We’ve got more details in our WP Mail SMTP review.
Let’s go ahead and take a look at how to set up WP Mail SMTP to send emails through the Gmail API.
How to Send WordPress Emails Using Gmail SMTP with WP Mail SMTP
This step-by-step guide will show you how to set up the Google API for WordPress SMTP.
The whole process can take a while. We recommend keeping this guide open in a tab so you can follow the steps as you work through it.
If you’re not sure that you want to tackle this yourself, keep in mind that WP Mail SMTP Elite comes with a full White Glove Setup service for SendLayer, Mailgun, or SMTP.com.
Step 1: Install WP Mail SMTP
The first thing you need to do is to install and activate the WP Mail SMTP plugin.
For step-by-step instructions, you can check out WPBeginner’s guide on how to install a WordPress plugin.
When you activate the plugin, the setup wizard will open. Click Let’s Get Started to begin.
Next, you’ll be asked to select your mailer. Go ahead and click Google / Gmail.
WP Mail SMTP will show you a notification about the limitations of using Gmail with WordPress.
One issue to keep in mind is that Gmail and Google Workspace both have account-wide email sending limits.
Google Account Type | Email Sending Limit (per day) |
---|---|
Google (free) | 500 |
Google Workspace | 2000 |
These limits apply across your entire Google account. So any emails sent from Google products (like Google Forms notifications) will count towards this cap. The emails you send from your regular mailbox count towards it too.
So, what does this mean? If you have a busy website or a WooCommerce store, you may run into issues because the API isn’t designed to handle lots of transactional emails.
If you’re happy to continue, let’s keep moving through the setup steps.
On the next screen, WP Mail SMTP will prompt you for 2 things:
- Client Secret
- Client ID
It’ll also display the Authorized Redirect URI, and we’ll need to copy that in a minute.
For now, pause the setup. At this point, we’ll set up your new Google Cloud app.
Step 2: Create a Project in Google Cloud Console
Now we’re ready to switch over to Google and set up the new app. This will create an API connection that you can use in WP Mail SMTP. That means you never have to reveal your account username and password.
Start by opening up your Google Cloud Console dashboard. (Clicking this link will take you directly to your dashboard in a new tab.)
If you’re not already signed in to your Google account, you’ll need to do so. You may also be asked to agree to the Terms of Service if it’s your first time using Google Cloud.
If you already have a Google Cloud project, make sure it’s selected from the Select a project dropdown at the top of your dashboard.
If you’re new to Google Cloud, you’ll need to set up a new project. Click Create Project.
Enter a project name, then click on Create.
Next, you need to enable the Gmail API. Open the navigation menu from the top left corner of the screen. Then go to APIs & Services » Library.
On the API Library page, search for “Gmail API.” Then click on the Gmail API result.
On the next screen, click Enable.
This will turn on the Gmail API and take you to its Overview page. Here you’ll see a notice telling you to create credentials.
As you move through the rest of these screens, be sure to click Next at the end of each section. If you click Done, you will exit the setup process without completing it.
Credential Type
Now we’ll tell Google how to set up the API. On the Overview page, click on Create Credentials.
Under Which API are you using?, select Gmail API.
Then scroll down a little to What data will you be accessing?
Go ahead and select User data.
Next, we need to set up a consent screen. Nobody will ever see this, but we need to do it before we can publish your app.
Click Next to move on.
OAuth Consent Screen
Now we’ll set up your App Information.
The details in this form aren’t super important because nobody else will be using your app. Here’s what we suggest:
- Type in an App name that makes sense to you.
- Pick your email from the User support email dropdown.
- You can safely skip the logo.
In the Developer contact information section, type your own email address.
Now hit Save and Continue to move on to Scopes.
Scopes
Scopes aren’t required for your app, so we don’t need to use this section.
Scroll past the entire section and hit Save and Continue again.
Now we’re ready to set up the Client ID.
OAuth Client ID
In this section, we’re going to set up the Client ID that we need for WP Mail SMTP to connect to your Google account.
In the OAuth Client ID dropdown, select Web application.
You can change the Name if you want, but it’s fine to keep the default.
Then scroll down to the Authorized redirect URIs section. Click Add URI and paste in https://connect.wpmailsmtp.com/google/
from the WP Mail SMTP Setup Wizard.
Hit Create to complete this step.
When Google prompts you to download your credentials, copy the Client ID it shows you.
Switch over to the browser tab we were using earlier. In the WP Mail SMTP Setup Wizard, paste in the Client ID.
We don’t need to save the credentials, so you can click Done in Google Cloud once you’ve pasted the Client ID into the Setup Wizard. This will send you to the Credentials screen.
Let’s grab the Client Secret now.
Find the credentials we just created under OAuth 2.0 Client IDs. Then click the pencil icon on that line.
Look to the top right of the screen and copy your Client Secret.
And now switch to WP Mail SMTP and paste that in.
OK, we’re done, but don’t continue the wizard yet. If you’re using a free Gmail account, be sure to complete the steps in the next section to avoid issues with your new app.
Step 3: Switch From Testing to Production (Free Gmail Accounts Only)
If you have a free Gmail account, Google will have published your app in Testing mode.
It’s super important to change this setting.
If you skip this step, your Gmail integration may stop working every week. You may also see the message Token has been expired or revoked
in WP Mail SMTP.
We’re going to edit your app to put it into Production. Google Workspace users don’t need to do this.
To switch from Testing mode to Production mode, go back to Cloud Console and click APIs & Services » OAuth Consent Screen in the left-hand navigation pane.
Under Publishing Status, click Publish App.
You’ll see the message Your app will be available to any user with a Google Account
.
Don’t worry! Your account is secure.
No other user knows your Client ID and Client Secret, so they won’t be able to access your app. And WP Mail SMTP never asks for your Google username and password, so it’s completely secure.
When you’re ready to proceed, click Confirm.
And that’s it! Your app is now live in Google Cloud Console.
Step 4: Connect WordPress Site to Gmail
We’re almost done. As a final step, we need to connect WP Mail SMTP to Google. Without this, the app won’t be able to send emails.
Switch back to your WP Mail SMTP browser tab. Scroll down past the Authorized Redirect URI.
Under Authorization, click the Connect to Google button.
This will open a login screen for Google. Go ahead and log in, then click the Allow button to grant permission for your site to send emails.
If you see a warning that your app is not verified, don’t worry. Free Gmail users will see this because Google hasn’t checked it. But we don’t need them to because the app won’t be used by anyone else.
Go ahead and click Advanced and then Go to example.com (unsafe).
In WP Mail SMTP, you’ll see a popup confirming that the authorization worked.
Scroll all the way down to the bottom of the screen for the final step.
Step 5: Set Up Your From Email and Default Alias
WP Mail SMTP gives you the option of forcing all plugins and contact forms to use the same From Name if you want to.
This is a quick and easy way to make sure your customers and visitors always see the same Name in the sender field of every email.
You don’t have to force this setting. You can choose to enable it here if you want to.
Below that, there’s a From Email setting, and WP Mail SMTP will automatically show you all of the aliases set up on your Google Workspace or Gmail account.
The email address you pick in the dropdown here will be the default From Email in WordPress.
Wondering how this works?
You can use any email listed in this dropdown to send email from WordPress. Just type it in as the From Email in your plugin or contact form settings, and WP Mail SMTP will authenticate the email for you.
The “primary” email address that you select will be used as a fallback, or default sender. For example, if we created a contact form with a From Email of [email protected]
, that isn’t a registered alias in our Gmail account. So the From Email would be switched to our default selection here: [email protected]
.
Want to add more Gmail aliases here? Check out how to send WordPress emails from a Gmail alias for a complete guide to setting them up.
We’re almost done! Just 1 more option to check.
Step 6: Enable Email Logging in WordPress
WP Mail SMTP Pro includes complete email logging for WordPress.
At the end of the setup wizard, users of the Pro license or higher will see the option to turn this on.
You can use the built-in email logging tools to:
- Track every email sent from your WordPress site.
- Search and track the delivery status of any email.
- Search, filter, and print email logs or save to PDF.
- Export email logs to CSV or XLS.
- View a deliverability chart on your WordPress dashboard.
Want to use these awesome email logging features? Upgrade to Pro now!
When you complete the wizard, WP Mail SMTP will do a final check on your settings and automatically send a test email to your chosen address.
And that’s it! You successfully set up your WordPress email with Gmail and WP Mail SMTP!
Create Your WordPress Form Now
Gmail SMTP FAQs and Troubleshooting
Occasionally, our users run into issues with Gmail SMTP in WordPress. Here’s a quick collection of FAQs that will help to resolve any issues that you have.
What Do Testing and Production Mean in Google Cloud Console?
In Google Cloud Console, Production means that your app is live. This is the default setting for Google Workspace users. Testing is the default setting for free Gmail accounts.
While Testing mode will work, it has a 7-day timeout. So every week, your emails will stop working and you’ll have to reconnect the app.
To fix this, put your app into Production mode.
What Do the Options “Internal” and “External” Mean?
In Google Cloud Console, Internal means that the app will be available to your organization. This is the default setting for Google Workspace users.
External means that the app will be available to any Google account. This is the default setting for free Gmail accounts because they aren’t part of an organization.
You don’t need to worry about this setting. You can go ahead and use the default that Google selects for your account.
Why Can’t I Use My Domain For the “Authorized Redirect URI”?
The Authorized Redirect URI is only used when you connect your site to Gmail the first time. We provide our own URL for this initial connection so that you don’t experience any issues with security plugins or mod_security
on your server.
Why Do I See a DMARC, SPF, or DKIM Warning?
WP Mail SMTP has a built-in Domain Checker. It automatically scans your domain’s DNS records for rules called DMARC, SPF, and DKIM and will warn you if they are missing.
If you’re using Google Workspace or a custom domain with Gmail, we recommend adding these to your DNS. Jump down to our table of common Gmail errors for instructions.
Free Gmail users (without a custom domain) can ignore these warnings. As a free Gmail user, you don’t have control over the sending domain’s DNS, so you can’t add these records.
Why Do Emails From WordPress Appear in the Sent Folder in Gmail?
When WP Mail SMTP sends email using the Google API, it’s essentially the same as you sending them yourself from your ordinary mailbox. So every email that’s sent from your site will appear in your Sent Mail folder in your mailbox as well.
If you don’t want this to happen, we recommend that you choose a different mailer like SMTP.com or Sendinblue.
How Do I Switch Gmail Accounts in WP Mail SMTP?
If you want to send email from a different Gmail address in WordPress, you have 2 options.
Use a Gmail Alias
WP Mail SMTP lets you send emails from multiple Gmail or Google Workspace aliases. So if you want to use a different From Email address, you can easily add it as an alias in your Google account.
To learn how to add an alias and use it in WordPress, check out how to send WordPress emails from a Gmail alias.
Switch Google Accounts
If you’d like to change to a different Gmail or Google Workspace email account, you’ll need go to WP Mail SMTP » Settings and click the Remove Connection button.
After disconnecting your account, scroll up to the Mail section and click Launch Setup Wizard to create a new Gmail SMTP connection.
Remember: clicking Launch Setup Wizard will erase your existing settings, so it’s best not to click it unless you’re ready to switch.
Now let’s list some common error messages and solutions in case you run into a different problem.
Gmail Error Messages and Solutions
Error Message | Solution |
---|---|
|
Your Google app is likely still in Testing mode. While this will work, your connection will break every 7 days.
To fix this, it’s easy to put your app into Production mode. |
|
Head to WP Mail SMTP » Settings and click the Launch Setup Wizard button. Copy the Client ID in again.
Check that there’s no whitespace or extra text at the start or end of the Client ID. |
cURL error 60: SSL certificate problem | Contact your site’s hosting provider to ask them to install this certificate. It’s most likely the cacert.pem certificate, though it’s best to ask your host to check. |
401 Login Required |
Head to WP Mail SMTP » Settings and click the Launch Setup Wizard button. Run through the Setup Wizard again and be sure to connect your Google Account to WP Mail SMTP. |
Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. |
This means your Gmail setup is not complete. Head to WP Mail SMTP » Settings and click the Launch Setup Wizard button to check your settings. |
Google hasn’t verified this app The app is requesting access to sensitive info in your Google Account. |
To bypass this message, you’ll need to click Advanced and then Proceed.
Don’t worry – your app does not need to be verified by Google to work. |
Action Needed: It doesn’t look like the SPF record required by Google has been added to your domain. Please check out Google’s SPF guide for details on how to add this record to your domain’s DNS. |
WP Mail SMTP can’t find an SPF record in your DNS. Adding an SPF record could help improve email deliverability.
If you’re using Google Workspace or a Gmail account with a custom domain, follow Google’s tutorial to solve this. If you’re using a free Gmail account without a custom domain, you can ignore this warning. |
Action Needed: It doesn’t look like the DKIM record required by Google has been added to your domain. Please check out Google’s DKIM guide for details on how to add this record to your domain’s DNS. |
WP Mail SMTP can’t find a DKIM record in your DNS. Adding a DKIM record could help improve email deliverability.
If you’re using Google Workspace or a Gmail account with a custom domain, follow Google’s tutorial to solve this. If you’re using a free Gmail account without a custom domain, you can ignore this warning. |
Action Recommended: It doesn’t look like DMARC has been set up on your domain (example.com). We recommend using the DMARC protocol because it helps protect your domain from unauthorized use. Please check out our step by step guide for details on how to add this record to your domain’s DNS. |
WP Mail SMTP can’t find a DMARC record in your DNS. Adding a DMARC record could help improve email deliverability.
If you’re using Google Workspace or a Gmail account with a custom domain, read how to add a DMARC record to your domain. This article includes a generic DMARC example you can copy and paste. If you’re using a free Gmail account without a custom domain, you can ignore this warning. |
If your error message isn’t listed here, you can contact WP Mail SMTP support:
- Lite Users: Ask a question on the support forum at WordPress.org.
- If you have a paid license: Open a support ticket in your WP Mail SMTP account.
Create Your WordPress Form Now
Next, Grow Your Website Traffic
Now that your emails are sending perfectly, it’s time for explosive website growth. You can start by hosting a giveaway on your website and trying some easy tips to reduce form abandonment.
Don’t forget to check out our roundup of the best email plugins for WordPress. We also have a guide to the best SMTP plugins for WordPress if you’d like to consider more SMTP solutions.
Ready to build custom WordPress forms? Get started today with the easiest WordPress form builder plugin. WPForms Pro includes 500+ free templates and offers a 14-day money-back guarantee. And you can collect payments through Stripe, Square, and PayPal for your business.
If this article helped you out, please follow us on Facebook and Twitter for more free WordPress tutorials and guides.
I’m stuck on the fourth step, where can I find a Google connection?
Hi There- When you get a chance, could you please try to configure the Gmail mailer as shown in this screencast?
If you have a WP Mail SMTP license, you have access to the email support, so please submit a support ticket. Otherwise, we provide limited complimentary support in the WP Mail SMTP Lite WordPress.org support forum.
Thanks 🙂
I am stuck on Step 4 as well. I got an authorization error. Error 403: access_denied.
Hey Sharon- This message means that your app’s permissions are set to the testing mode in the Google app.
To fix this, be sure to switch the mode from testing to production and try authorizing your app one more time.
Hope this helps! 🙂
Unfortunatelly I have the same problem and the app is in production and External. Any other suggestions?
Hi Daniela,
Sorry to hear about that! To fix this, within your Google Console Project, navigate to the OAuth Consent screen section and publish your app.
Next, create a Gmail Mailer connection again by navigating to WP Mail SMTP > Settings are and it should work!
I hope this helps! For more support with WP Mail SMTP, please feel welcome to submit a support ticket if you have a WP Mail SMTP license.
Otherwise, we provide limited complimentary support in the WP Mail SMTP WordPress.org support forum.
Thanks!
This well-written how-to is really helpful to total beginners like me. You mention that WP Mail SMTP will work with local hosting. To do this, is it just a matter of entering the localhost:8888 address at the point where you say ‘ Type your site URL…’?
Hey David- That field is not required to be filled. Please refer to this guide to check out the Required Fields.
So you can directly configure your localhost site with this Mailer.
Hope this helps! 🙂
I have done the above steps (I’m gsuite customer) and everything works well when I try to ‘Connect to Google’. I even get a message from Google saying that the app I created wants to connect to access my Google account. However, when I say ‘Allow’ I get the error:
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Hi Jacob! Usually this is caused by a plugin conflict. Please check by following the instructions found here.
I hope this helps! For more support with WP Mail SMTP, please feel welcome to submit a support ticket if you have a WP Mail SMTP license.
Otherwise, we provide limited complimentary support in the WP Mail SMTP WordPress.org support forum.
Thanks!
I have no issues to set up this but the only issue I have been suffering is, I have to remove the connection over and over again every 1-2 weeks in WP mail SMTP, then re-authorize this APP so the WP mail can work again on my WordPress website.
I have published the APP to Production Mode but I still don’t know what causes this.
Can you advise?
Hi Gats!
Usually when we see this invalid grant issue of a Gmail mailer repeatedly disconnecting from WP Mail SMTP, it means that your Google API app (oAuth screen section) is in the “Test mode” and needs to be changed to “Production” to resolve this issue.
Can you please look into adjusting this setting in Google’s API & Services > OAuth consent screen > Publishing status area and see if it resolves this issue for you?
– Other Causes to Gmail Disconnections
The OAuth token in Gmail will reset for any event breaking the connection, including but not limited to:
-Changing google password
-Enabling or disabling 2fa
-Google account access reset
-Activation of Google advanced protection program
-Revocation of the app to profile
-App oAuth permission revoked by Google
-App moved from public mode to private/internal mode by Google (or by a user whose user domain is not in the allowed org domain zone)
-App verification failure on reaudit
-Suspension of Google account
-User requested linked account unlinking
-The user does not use the app for 6 months (automatically expires refresh token)
-The user adds/removes sensitive or needs review scopes to the app but does not complete the app review process
-If the user is at the maximum limit for OAuth tokens to a Google profile (50) or for the service (25 for example in analytics), activation of a new refresh key will also automatically revoke the earliest key
To resolve the issue, please head over to WP Mail SMTP -> Settings page, and click on the “Remove Connection” button. Then click on the “Allow plugin to send emails using your Google account” button and re-enable access.
Also, in some cases, this could be that the request from Google has been blocked by firewall rules in your server or most likely the mod_security apache module. In those cases, you would need to contact your hosting provider to fix the issue. Unfortunately, we don’t have much control over that.
I hope this helps! For more support with WP Mail SMTP, please feel welcome to submit a support ticket if you have a WP Mail SMTP license.
Otherwise, we provide limited complimentary support in the WP Mail SMTP WordPress.org support forum.
Hi Henry,
Thanks for the reply. However as I said in my post, I have already switched the testing mode to production, but the issue just constantly happens every 1-2 weeks.
Therefore, I have removed the former info on WP mail settings and use new info by created another project with Google API, was following the instructions here. Let’s see if the issue will happen again.
Thanks.
Hi Gats! As we’re not supposed to do troubleshooting here, I was trying to provide as much information as possible at once. I apologize for any misunderstanding around that.
Also as this is a WP Mail SMTP related matter, it would be best if you reached out to their team for further assistance on the matter as they would have more experience and be more knowledgeable about matters related to their plugin.
For more support with WP Mail SMTP, please feel welcome to submit a support ticket if you have a WP Mail SMTP license.
Otherwise, there is limited complimentary support in the WP Mail SMTP WordPress.org support forum.
Thanks!
I’m getting this error when I click “Connect to Google”
Error 400: redirect_uri_mismatch
The redirect URI in the request, https://connect.wpmailsmtp.com/google/, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit:….
Hey Adriana- I am sorry to hear about the trouble you are facing here!
For Error 400: redirect_uri_mismatch please check if there’s no whitespace or extra text at the start or end of the Client ID. Please refer to the FAQ section of the Gmail Mailer guide
If you have a WP Mail SMTP license, you have access to the email support, so please submit a support ticket. Otherwise, we provide limited complimentary support in the WP Mail SMTP Lite WordPress.org support forum.
Thanks 🙂
I have the 403 error. I was not able to switch the mode for testing to production because my url is http, not https. So, what can I do?
Hi Amanda! I apologize, but I’m not certain I understood the issue you’re reaching out about.
For assistance in this matter, please submit a support ticket if you have a WP Mail SMTP license.
Otherwise please reach out to at WP Mail SMTP WordPress.org support forum where we provide limited complimentary support.
We look forward to hearing from you!
Really, thank you! It worked! My only issue is regarding the SPF and the DKIM. I have no idea where to add it in my DNS. Anyway, thank you for your help, I didn’t know I could go this far.
Hi Carole! Glad to hear that it was helpful for you 🙂
DNS settings can generally be handled through your hosting dashboard. As each provider is slightly different, it would be difficult for me to provide exact instruction. I would recommend reaching out to your hosting provider’s support team to inquire on how to add SPF and DKIM records in your DNS. They should actually also be able to help you make those adjustments directly.
Hope that helps!
For more support with WP Mail SMTP, please feel welcome to submit a support ticket if you have a WP Mail SMTP license.
Otherwise, we provide limited complimentary support in the WP Mail SMTP WordPress.org support forum.
When I start procedure 2 to Create a Project in Google Cloud should I be logged in as the administrator or the user? The user alias will be getting the WP Mail SMTP information. Thanks.
Hey Carl- Please feel free to log in as the administrator account through which you’d like to configure your Gmail Mailer account.
hope this helps! 🙂
This guide is perfect and just what I needed for my website. However, I found that with some of my gmail accounts it would show the exact screens that are pictured above but with other gmail accounts it’s completely different. Instead of showing the “Register your application for Gmail API in Google Cloud Platform” page it goes to a mostly blank page titled “Enable access to API” with only two tabs that say “confirm project” and “enable API”. Once I click “enable” the words just turn grey and nothing else happens. I’m wondering what can make this happen and how to make the email go to the right pages.
Hi Preston,
It sounds like in different accounts the API and apps are in different phases of set up, and where you are seeing “Enable access to API” is when the app and key has already been created.
I would recommend though that you reach out to the WP Mail SMTP team directly as they would be more familiar with this.
If you have a WP Mail SMTP license you can reach out and submit a support ticket.
Otherwise limited complimentary support is available in the WP Mail SMTP WordPress.org support forum.
I hope this helps!
Hey my configuration through gmail is done and now when i send test email, there it shows success that email has been sent.
But i don’t recieve any email in my inbox or even in my spam or even at anyother place
Hi Bhavish! Could you try sending your test email to another address to see if that inbox will be able to receive your test email?
Usually if the test email can be sent, but you’re not receiving it, means that there is an issue with the inbox or the receiving side. Testing with a different inbox will help to confirm that.
For more support with WP Mail SMTP, please feel welcome to submit a support ticket if you have a WP Mail SMTP license.
Otherwise, we provide limited complimentary support in the WP Mail SMTP WordPress.org support forum.
It appears the way to do this has changed and the screens presented in the instructions do not match. I am thoroughly confused and do not know if I’ve configured everything properly as I’m getting a message it cannot be verified without a link to my privacy policy, among other things, but I provided that. Why does this need to be so complicated just to set up a simple contact form?!
Hi Michelle! I apologize for the confusion. I’ll make a note to our writing team that so that updates can be made.
Setting up a SMTP service on your site is necessary when your site is experiencing email delivery issues.
If you’re having issues with configuring your WP Mail SMTP plugin with the Gmail mailer, I’d recommend reaching out to the WP Mail SMTP team and submit a support ticket if you have a WP Mail SMTP license.
Otherwise, we provide limited complimentary support in the WP Mail SMTP WordPress.org support forum.
Hi – I am really frustrated trying to install gmail… The screen info in Google console does not match what the instructions above are saying–I never see an option to “Go To Credentials”, I am just left in the console at the “IAM & Admin” with no idea what to do.
Step one:
Log into Google with the intended Gmail account
Step two:
On THE SAME browser profile, log in to wordpress.
If you have wordpress open under a different google profile you won’t be able to connect the site up.
Hi Martin,
I was not able to replicate that! But we’d be happy to help! Could you please contact us in support with some extra details?
For more support with WP Mail SMTP, please feel welcome to submit a support ticket if you have a WP Mail SMTP license.
Otherwise, there is limited complimentary support in the WP Mail SMTP WordPress.org support forum.
Thanks!
Ciao, grazie per questa guida!
Sono riuscita a seguire tutti i passaggi perfettamente senza alcun problema, e anche all’interno di WordPress non mi da alcun errore, ma anzi mi dice che il collegamento è avvenuto con successo!
In più l’invio dell’email di test avviene con successo.
Tutta via, quando provo a compilare e inviare un form dal mio sito, non ricevo alcuna email (però ricevo l’email di notifica). Cosa sto sbagliando?
Forse ho anche sbagliato sezione, nel caso mi scuso in anticipo.
Hey Rosalba, We are sorry for the trouble. In order to make sure we answer your question as thoroughly as possible, could you please contact our team with some additional details about the issue you are facing?
In case it helps, to troubleshoot the issue, you can check that your form notification settings are correct using this guide.
If you have a WPForms license, you have access to our email support, so please submit a support ticket. Otherwise, we provide limited complimentary support in the WPForms Lite WordPress.org support forum.
Thanks.
First of all, thank you for this guide. I have set everything up as detailed here and I have authorized the the application. However, no emails are showing up in the drop down list. My OAuth Consent Screen is External and In Production, the From Email drop down is greyed out and says: “Please first authorize the Gmail mailer below” but it’s already been authorized. Please advise.
Hey Alex — We are sorry for any trouble. In order to make sure we answer your question as thoroughly as possible and avoid any confusion, could you please contact our team?
If you have a WPForms license, you have access to our email support, so please submit a support ticket. Otherwise, we provide limited complimentary support in the WPForms Lite WordPress.org support forum.
Thanks.
Hi; thanks for this great tutorial.
I have configured everything perfectly and the mails are sent.
However, even though the https is activated and valid, the mails always land in the spam box and I don’t know why.
Please need your help.
Hey Elkapo, — We are sorry for any trouble. I’d recommend taking a look at our guide here on the same.
When you get some time, could you please check it out. If you faced any issue please submit a support ticket.
Thanks.