Config Email SMTP

A simple WordPress plugin to configure email SMTP preferences using wp-config variables.

Author:Nikos Roussos (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.2.5
Plugin version:0.1.0
Added to WordPress repository:03-09-2023
Last updated:03-09-2023
Rating, %:0
Rated by:0
Plugin URI:https://codeberg.org/comzeradd/config-email-s...
Total downloads:157
plugin download
Click to start download

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”).