SMTP Mailer is the easiest SMTP plugin for WordPress. It allows you to configure an SMTP server to send email from your website. SMTP Mailer enhances the default WordPress mail (“wp_mail”) function by letting you connect to a remote SMPT server to send an email instead of doing it from your web server. This reduces heavy load from your server and increases email deliverability.
Table of Contents
- SMTP Mailer Plugin Demo
- SMTP Mailer Installation
- SMTP Mailer Settings
- Outgoing Mail Server Configurations
- Priority Support

SMTP Mailer Info
SMTP Mailer Plugin Demo
SMTP Mailer Installation
You can install the SMTP plugin like any other WordPress plugin.
Option 1 (Quick & Easy install)
- Go to Plugins->Add New from your WordPress admin dashboard
- Search for SMTP Mailer
- Click Install once you have found it
Option 2 (Manual install)
- Download the zip version of the plugin
- Go to Plugins->Add New
- Click Upload Plugin
- Select the zip file on your computer
- Install it
Option 3 (FTP install)
- Download the zip version of the plugin
- Extract it on your computer
- Connect to your site via FTP
- Browse to “/wp-content/uploads/plugins/” directory
- Upload the folder that contains the main plugin files
SMTP Mailer Settings
You will need to configure your SMTP server related information in order to send email from your website. In order to access the settings menu go to “Settings->SMTP Mailer” from your admin dashboard.

The settings menu comes with three separate tabs – General Settings, Test Email & Server Info.
General Settings

SMTP Host
Your outgoing mail server which will be used for sending email (e.g. smtp.gmail.com).
SMTP Authentication
Enable/Disable SMTP authentication when sending an email (Supported values: True/False).
SMTP Username
The username to connect to your SMTP server. You will need to provide a username if you enable “SMTP Authentication”.
SMTP Password
The password to connect to your SMTP server. You will need to provide a password if you enable “SMTP Authentication”.
Type of Encryption
The encryption which will be used for sending an email (Supported values: TLS/SSL/No Encryption. TLS is recommended).
SMTP Port
The port which will be used when sending an email (587/465/25). If you choose TLS the port should be set to 587. For SSL use port 465 instead.
From Email Address
The email address which is be used as the From Address if it is not supplied to the mail function.
From Name
The name which will be used as the From Name if it is not supplied to the mail function.
Test Email
“Test Email” menu allows you to test the functionality of the plugin after you have configured everything.

Server Info
“Server Info” menu displays some technical information regarding your server. This is very useful for troubleshooting.
Outgoing Mail Server Configurations
Here are the settings for all the popular outgoing mail (SMTP) servers.
Brevo SMTP (formerly Sendinblue)
- SMTP Host: smtp-relay.sendinblue.com
- SMTP Authentication: True
- SMTP Username: Your login email (can found be under SMTP & API > SMTP menu)
- SMTP Password: Your smtp master password (can found be under SMTP & API > SMTP menu)
- Type of Encryption: TLS
- SMTP Port: 587
You can learn more about Brevo here.
Yahoo SMTP
- SMTP Host: smtp.mail.yahoo.com
- SMTP Authentication: True
- SMTP Username: Your full Yahoo email address
- SMTP Password: Your Yahoo email account’s password
- Type of Encryption: TLS or SSL
- SMTP Port: 587 (if TLS) or 465 (if SSL)
Outlook SMTP
- SMTP Host: smtp-mail.outlook.com
- SMTP Authentication: True
- SMTP Username: Your email address
- SMTP Password: Your password
- Type of Encryption: TLS
- SMTP Port: 25 or 587 (if port 25 is blocked)
SendGrid SMTP
- SMTP Host: smtp.sendgrid.net
- SMTP Authentication: True
- SMTP Username: Your SendGrid username
- SMTP Password: Your SendGrid password
- Type of Encryption: TLS
- SMTP Port: 587 (if TLS) or 465 (if SSL). If you select “No Encryption” use port 25 instead.
Mandrill SMTP
- SMTP Host: smtp.mandrillapp.com
- SMTP Authentication: True
- SMTP Username: Your Mandrill username
- SMTP Password: Your Mandrill password
- Type of Encryption: TLS
- SMTP Port: 587, 25 or 2525 (if TLS or No Encryption). For SSL use port 465.
GoDaddy SMTP
- SMTP Host: relay-hosting.secureserver.net
- SMTP Authentication: False
- Type of Encryption: No Encryption
- SMTP Port: 25
Office 365 SMTP
- SMTP Host: smtp.office365.com
- SMTP Authentication: True
- SMTP Username: Your office365 username
- SMTP Password: Your office365 password
- Type of Encryption: TLS
- SMTP Port: 587
Amazon SES SMTP
- SMTP Host: email-smtp.us-west-2.amazonaws.com if you are in the US West (Oregon) region. You can find the SMTP endpoint for your region here.
- SMTP Authentication: True
- SMTP Username: Your Amazon SES SMTP username (See how to obtain your Amazon SES SMTP credentials here)
- SMTP Password: Your Amazon SES SMTP password
- Type of Encryption: TLS
- SMTP Port: 587
Gmail SMTP
In order to connect to the Gmail smtp server with a username and password, the “allow less secure apps” option needs to be enabled in your Gmail account. Unfortunately this option is no longer available. If you wish to use Gmail SMTP you may want to take a look at my Gmail SMTP plugin which uses a different authentication method.
Priority Support
If you are having an issue with the plugin, our support team can help investigate it by taking a closer look at your site.
Seth says
Is anyone using this successfully with PHP version: 7.4.20?
I can enter settings on the general tab, and view the ‘server info’ tab, but when I try to send a test email I the page hangs with a blank screen and then times out, no progress or debugging info is visible.
Running this on a VULTR one-click wordpress VPS
Noor Alam says
@Seth, Do you see any error log on the server?
Seth says
no but I figured out the issue. The old IP address for the mail server’s hostname was still cached in my VPS providers DNS servers. So it was hanging trying to make contact to a non-existent mail server, however I was still not getting any feedback via the plugin’s ‘Test Email’ tab, just a blank screen.
Once I resolved the name resolution issue, it worked and I can see output on the ‘Test Email’ tab after sending.
Haroon Kiani says
Does this work with Zohomail
Noor Alam says
@Haroon, It does. I have tested it.
oriel says
SMTP Error: Could not authenticate.
I’m not succeeding, I lowered the security level
can you help me?
Sean says
We have WordPress deployed on Azure and having a really hard time getting it to connect to our SMTP server, which has been configured to allow connections from Azure IP linked to the WordPress site.
SMTP ERROR: Failed to connect to server: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060). SMTP Error: Could not connect to SMTP host.