Skip to content

Configure Gmail with Fluent SMTP

Published:  at  đź•“ 04:00 AM
⏰ 5 min read

Gmail is one of the most widely used email services, trusted by millions of individuals and businesses worldwide for its reliability and robust security features. When it comes to sending emails from your WordPress website, using Gmail’s SMTP (Simple Mail Transfer Protocol) server can greatly improve email deliverability and ensure your messages reach their intended recipients. SMTP acts as a bridge between your website and Gmail, allowing you to send authenticated emails securely. In this guide, we’ll walk you through the process of configuring Gmail with the Fluent SMTP plugin, making it easy to send emails from your WordPress site using your Gmail or Google Workspace account.

This feature has been deprecated as of 2022 and the new method is to use app passwords. Please check out our new guide for that here: Configure Gmail or Google Workspace via SMTP in Fluent SMTP.

Update in the Google’s Security policy:

Table of Contents

Open Table of Contents

The goal of Configuring Gmail with Fluent SMTP

The goal of this tutorial is to send emails from WordPress using your Personal Email @gmail.com or your business email @domain.com which is using Google Workspace Subscription by using the Fluent SMTP Plugin.

Prerequisites to Configure Gmail with Fluent SMTP

In order to proceed, there are a few things that are needed beforehand to configure Fluent SMTP with Gmail as below:

RequirementDetails
Gmail Email AddressAn existing [email protected] email address with a Password.
Administrative PermissionWordPress Administrator Role-based user access.
Firewall StatusPort 465 Opened.
TLS SupportTLS v1.0, v1.1, v1.2, v1.3 support from the server where WordPress is hosted.
Inside Google My AccountAllow less secure apps, Unlock Display Captcha

Steps to Configure Gmail with Fluent SMTP

  1. Grab the Email Address and its Password
  2. Allow less secure apps from Google My Account
  3. Unlock Display Captcha from Google My Account
  4. Create a new Fluent SMTP Connection with Other Methods
  5. Put necessary details and Save
  6. Test the Connection

Video Guide to Configure Gmail with Fluent SMTP

Play

The procedure of Configuring Gmail with Fluent SMTP

Grab the Email Address and its Password

Let’s assume our target Email Address to be configured is [email protected] and its password: I2X22AZ21

Allow less secure apps

Please visit this URL: https://myaccount.google.com/lesssecureapps and then turn ON Allow less secure apps.

Allow less secure apps enabled in Google Account

Unlock Display Captcha

Please visit this URL: https://www.google.com/accounts/DisplayUnlockCaptcha and then proceed with the steps.

Unlock Display Captcha page in Google Account

Display Captcha successfully unlocked in Google Account

Create a new Fluent SMTP Connection

Now it’s time to configure Fluent SMTP. Create a new SMTP Connection and the method is Other.

Keypoints of necessary details

SettingValue
From EmailThe Gmail email address [email protected]
From NameThe name you want to use. Example: Ibrahim Sharif
SMTP Hostsmtp.gmail.com
SMTP Port465
EncryptionSSL
Auto TLSYes
AuthenticationYes. It’s better to store the access keys in the database.
SMTP UsernameThe Gmail email address [email protected]
SMTP PasswordEmail password: I2X22AZ21

Fluent SMTP Gmail settings example

Test the Connection

Now it’s time to test the connection if it’s working or not! Go to Fluent SMTP > Email Test:
-> Use the From as your Gmail email is just configured.
-> Send To where you want to receive the test email.
-> HTML should be turned on to avoid suspicious activity by Spam Filters.

Fluent SMTP Gmail test email sent successfully

Now click Send Test Email and check the destination Email Address.

Test email received from Gmail via Fluent SMTP

In this case, the test email is received and we are done configuring the Gmail Email address to send WordPress emails using the Fluent SMTP Plugin.

Frequently Asked Questions (FAQ)

  • Can I use my regular Gmail password for SMTP authentication?
    No, as of 2022, Google has deprecated the use of regular account passwords for SMTP authentication. You must use an App Password or follow the updated method described in the new guide.

  • What should I do if I see an authentication error?
    Double-check your email address and password. Ensure that “Allow less secure apps” is enabled and that you have unlocked the Display Captcha. If you are using 2-Step Verification, you must use an App Password.

  • Is it safe to enable “Allow less secure apps”?
    Enabling “Allow less secure apps” reduces your account’s security. Google recommends using App Passwords or OAuth for better security. This method is only for legacy compatibility and may be removed in the future.

  • Why is my test email not being delivered?
    Check your SMTP settings, ensure the correct port and encryption are selected, and verify that your server supports TLS. Also, check your spam folder and make sure your firewall allows outbound connections on port 465.

  • Can I use this method with Google Workspace accounts?
    Yes, you can use this method with both personal Gmail and Google Workspace accounts, provided the necessary permissions and settings are enabled in your Google Admin Console.

  • What are the alternatives if this method stops working?
    If Google disables “Allow less secure apps,” you should switch to using App Passwords or OAuth 2.0 authentication. Refer to the updated guide linked at the top of this article.

  • Will this affect my Gmail account security?
    Allowing less secure apps and sharing your password can increase security risks. Always use strong, unique passwords and consider enabling 2-Step Verification for your Google account.