Email Notifications
WordPress plugin to handle email notifications with custom adapters like Mandrill or Sendgrid
by required gmbh · github.com/wearerequired/required-email-notifications · website
★ 13stars
2forks
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/wearerequired/required-email-notifications/archive/refs/heads/master.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
Email Notifications
This is a WordPress plugin to handle email notifications with a easy to use API. It's extensible with custom adapters (email providers).
Notifications will be send via WordPress cron job, triggered every hour.
Email Providers
Madrill ###
Mandrill provides a powerful API, built by the folks at MailChimp it's a good working service. You need a API-Key which you have to add to the plugin options, otherwise this adapter will not work.
Example Usage
Add Notifications ####
Update Notifications ####
Read the full README on GitHub →