Maillon
Extends WordPress with some useful features for sending emails. Adds the option to set up SMTP data via constants and to test mail delivery.
by Feuerpanda · github.com/agentur-feuerpanda/maillon · website
★ 2stars
80composer installs
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/agentur-feuerpanda/maillon/archive/refs/heads/main.zipAlso on Packagist as feuerpanda/maillon:
composer require feuerpanda/maillonFrom the readme
Maillon
Extends WordPress with some useful features for sending emails. Adds the option to set up SMTP data via constants and functions to test mail delivery.
Features
- Adds the possibility to set SMTP data via constants
- Adds the command wp maillon mailtest to send a test mail
- Changes the sender name of mails. The website name is used instead of the generic "WordPress". Alternatively, it can be changed via the constant MAILFROMNAME
- The sender address can be changed via the MAILFROMADDRESS constant
What's the story behind the name?
The name is a combination of the word Mail and Mellon, Elvish for Friend.
The plugin is intended to be your friend and helper in the confusion of mail configuration
Read the full README on GitHub →