WP Manifestindependent plugin directory
manifest / email / mail-to-ntfy

Mail to Ntfy

Wordpress plugin to divert email to a ntfy alert

by Stuart Ward · github.com/xplora1a/mail-to-ntfy · 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/xplora1a/mail-to-ntfy/archive/refs/heads/main.zip

This is a simple plugin to send ntfy.sh notifications from wordpress when an email is triggered on the system.

Installation

Create a directory in your wordpressif :

mkdir wordpress/wp-content/plugins/mail-to-ntfy

Copy the files:

cp index.php /var/www/wordpress/wp-content/plugins/mail-to-ntfy/

cp mail-to-ntfy.php /var/www/wordpress/wp-content/plugins/mail-to-ntfy/

Restart webserver:

sudo systemctl restart apache2.service

Configuration:

Using an Adminisrator account set the ntfy.sh channel where you want the notifications to go to.