WP Email Handler
Plugin for use SMTP for email delivery
★ 0stars
88composer 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/moddix-deeplay/wp-email-handler/archive/refs/heads/master.zipAlso on Packagist as moddix/wp-email-handler:
composer require moddix/wp-email-handlerFrom the readme
Simple plugin for sending emails via SMTP using the PHPMailer library.
Works with Bedrock, native WordPress is not tested.
- Uses Symfony Validator to validate configuration parameters.
- Uses the Wonolog library for logging (You do not need to install this dependency, if it is missing, log messages will simply not be recorded).
- The PHPMailer dependency is not specified because the wp-includes/PHPMailer class is used.
- Env dependency not present because Bedrock is assumed.
Use an .env file to configure the plugin. Example: