WP Manifestindependent plugin directory
manifest / email / wp-minimal-smtp

Minimal SMTP

Minimal WordPress plugin to send emails using SMTP. Fast and simple set and forget. Stores parameters in config.php, no admin screen. Run from mu-plugins too. Provides a wp-cli 'test-email' command to check the configuration

by Stefano Garuti · github.com/garubi/wp-minimal-smtp · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/garubi/wp-minimal-smtp/archive/refs/heads/main.zip

Declares an update source (https://github.com/garubi/wp-minimal-smtp), so updates arrive through the plugin's own updater.

Readme

WP minimal SMTP

Minimal WordPress plugin to send emails using SMTP. Fast and simple set and forget. Stores parameters in config.php, no admin screen. Run from mu-plugins too. Provides a wp-cli 'test-email' command to check the configuration

Read the full README on GitHub →