WP Manifestindependent plugin directory
manifest / email / wp-blueprint-plugin-mailer

WP Blueprint Mailer

Lightweight WP Blueprint plugin that provides a reusable and straightforward approach to managing SMTP settings and improves email sending functionality within WordPress.

by WP Blueprint · github.com/wp-blueprint/wp-blueprint-plugin-mailer · website

2stars
181composer 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/wp-blueprint/wp-blueprint-plugin-mailer/archive/refs/heads/main.zip

Also on Packagist as wp-blueprint/plugin-mailer:

composer require wp-blueprint/plugin-mailer

From the readme

WP Blueprint Mailer Plugin This plugin provides an easy-to-use settings page where you can configure your SMTP host, authentication, port, username, password, and security type. It also allows you to send test emails from your WordPress dashboard to ensure your SMTP settings are correctly configured. Features - Easy SMTP settings configuration: Simply enter your SMTP host, authentication, port, username, password, and security type in the 'Mailer Settings - Test Email functionality:: Verify your SMTP settings by sending a test email straight from your WordPress dashboard. Requirements - PHP: This plugin requires PHP 7.4 or higher. - WordPress: A WordPress installation of 5.6 or higher is required. - .env file: Your WordPress installation must be configured to read SMTP settings from a .env file. - Composer: The plugin is installable via Composer from Packagist, but can also be manually downloaded and installed. Installation To install this plugin using Composer, simply run the following command in your terminal: After the plugin has been downloaded by Composer, you need to activate it. You can do this by going to the Plugins page in your WordPress admin dashboard, locating

Read the full README on GitHub →