WP Manifestindependent plugin directory
manifest / email / wp-email-handler

WP Email Handler

Plugin for use SMTP for email delivery

by Moddix · github.com/moddix-deeplay/wp-email-handler

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.zip

Also on Packagist as moddix/wp-email-handler:

composer require moddix/wp-email-handler

From 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:

Read the full README on GitHub →