Skip to content

karlhorky/mailgun-js-suppression-notifications-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailgun.js Suppression Notifications Proof of Concept

A proof of concept script to send a summary email of all bounced suppressions.

Usage

Clone the repo, npm install and run like this on the command line:

node index.js <API Key> <domain>

If running for an EU domain, pass a 1 as the last argument:

node index.js <API Key> <domain> 1

The script will send a summary to bounces@<domain> (sent from noreply@<domain>). It will not remove any suppressions from the list.

About

Send a notification if any bounces occur (proof of concept)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published