WP Manifestindependent plugin directory
manifest / email / wp-the-bot

Sincerely The Bot

Sets an arbitrary Email address as From-Address for the WP automailer.

by Jörn Lund · github.com/mcguffin/wp-the-bot · 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/mcguffin/wp-the-bot/archive/refs/heads/master.zip

Declares an update source (mcguffin/wp-the-bot), so updates arrive through the plugin's own updater.

From the readme

Sincerely The Bot More Control over the WordPress Mailer. Features: - Configure SMTP - Specify From-Adress and Name - Multisite Support Installation Production (using Github Updater – recommended for Multisite) - Install Andy Fragen's GitHub Updater first. - In WP Admin go to Settings / GitHub Updater / Install Plugin. Enter mcguffin/acf-wp-objects as a Plugin-URI. Development - cd into your plugin directory - $ git clone git@github.com:mcguffin/acf-wp-objects.git - $ cd acf-wp-objects - $ npm install - $ gulp Future: - Option to Override WP-Mail Templates - New User - Password Changed - WPMU New Blog - WPMU New User - - HTML Mails - Allow Theme override

Read the full README on GitHub →