WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by pCoLaSD v1.2.0

WP SMTP Config

Configure an external SMTP server in your config file.

WP SMTP Config

The facts

Rating
3★ from 2
Active installs
200+
Price
Free
Last updated
12 Nov 2018
Added
Dec 2011
Requires WP
3.0
Tested up to
WP 4.9.31
Downloads
16,038

Our analysis

AI-assisted

WP SMTP Config is a WordPress plugin that allows you to configure your WordPress site to use an SMTP server for sending emails instead of the default PHP mail() function. The configuration is done directly in the wp-config.php file, which keeps the settings secure from other admins on the blog.

This plugin is suitable for users who need to set up SMTP for their WordPress or WordPress MU installations. It requires specific parameters like host, port, encryption type, username, password, and email addresses for sending and replying.

Best for: This plugin is best for WordPress users needing secure email sending capabilities.

What it does well

  • Configures SMTP settings in wp-config.php for security
  • Suitable for WordPress MU installations
  • Allows for TLS or SSL encryption

Where it falls short

  • Limited user interface for configuration
  • Only basic features mentioned
  • Last updated in November 2018

Verdict

WP SMTP Config provides a straightforward solution for SMTP configuration but may lack updates and extensive features.

From the developer

pCoLaSD's own description of WP SMTP Config, lightly tidied.

This plugin configures WordPress and WordPress MU to use a SMTP server when sending emails instead of the default PHP mail() function.

You will configure your SMTP settings in your wp-config.php file instead of the settings page.
The advantage is that no admin of your blog can read the settings.
And you only have to place your settings once in cases of a WordPress MU installation.

A sample configuration:

/**
 * WordPress SMTP server
 */
define('WP_SMTP_HOST',       'mail.example.com');
define('WP_SMTP_PORT',       25);                                // obligatory - default: 25
define('WP_SMTP_ENCRYPTION', 'tls');                             // obligatory ('tls' or 'ssl') - default: no encryption
define('WP_SMTP_USER',       'username');                        // obligatory - default: no user
define('WP_SMTP_PASSWORD',   'password');                        // obligatory - default: no password
define('WP_SMTP_FROM',       'John Doe <john.doe@example.com>'); // obligatory - default: no custom from address
define('WP_SMTP_REPLYTO',    'Jane Doe <jane.doe@example.com>'); // obligatory - default: no custom reply to address

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for email deliverability.

WP Mail SMTP by WPForms

Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, SES, Zoho, + mor...

Free 4M+ installs 4.8★ (5,185)
FluentSMTP

Free WP Mail SMTP plugin - fix WordPress email deliverability with Gmail, Amazon SES, SendGrid, Mailgun, Cloud...

Free 600k+ installs 4.8★ (400)
Easy WP SMTP

Make SMTP email sending and delivery easy. Configure Gmail SMTP, Outlook, Brevo, SendGrid, Mailgun, SendLayer...

Free 500k+ installs 4.6★ (707)
GoSMTP

GoSMTP

89

Send emails from your WordPress site using your preferred SMTP provider like Gmail, Outlook, AWS, Zoho, SMTP.c...

Free 500k+ installs 4.3★ (10)
Post SMTP

Improve WordPress email deliverability. Connect Gmail SMTP, Microsoft 365, Brevo, SendGrid, Mailgun, Zoho, Ama...

Free 300k+ installs 4.7★ (525)
Check & Log Email

Check &amp; Log email allows you to test if your website is correctly sending emails . Overriding of email hea...

Free 100k+ installs 4.8★ (290)