Plugin info

Total downloads: 1,139
Active installs: 20
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 1
Last updated: 11/11/2024 (469 days ago)
Added to WordPress: 9/3/2023 (2 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.7.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 469 days ago

26/100

Is Config Email SMTP abandoned?

Possibly abandoned (last update 469 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.7.4
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Mail SMTP by WPForms – The Most Popular SMTP and Email Log Plugin
Rating 4.8/5 (4,979 reviews)Active installs 4,000,000
WP Mail Logging
Rating 4.7/5 (340 reviews)Active installs 300,000
Site Mailer – SMTP Replacement, Email API Deliverability & Email Log
Rating 2.1/5 (12 reviews)Active installs 200,000

Description

This plugin is relying just on your wp-config.php file. It uses smtp connection details you will set up there to configure WordPress to relay all outgoing emails through that email server.

Background

There are plenty of similar type of plugins out there. Most of them are not focused on relaying emails to an SMTP server, but rather supporting specific mail services.

But the main incentive for this was the fact that the official WordPress docker image doesn’t have support for sending out emails (eg. “forgot password”).

Installation

All you have to do is copy-paste the lines below at your wp-config.php and adjust the variables
with the proper values for the SMTP server you want to use.

`

/* SMTP configuration */
define(‘SMTP_HOST’, ‘mail.example.com’); // Mail server hostname
define(‘SMTP_PORT’, 25); // SMTP port number (25, 465 or 587)
define(‘SMTP_SECURE’, ‘ssl’); // Encryption system to use (ssl or tls)
define(‘SMTP_USERNAME’, ‘myusername’); // SMTP Authentication Username
define(‘SMTP_PASSWORD’, ‘mypassword’); // SMTP Authentication Password
define(‘SMTP_FROMMAIL’, ‘[email protected]’); // From email address
define(‘SMTP_FROMNAME’, ‘WordPress’); // From email name
`

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available