Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

multiplio/mailgun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailgun

Build Status

Mailgun email service with Mustache templates

routes

method route success failure comment validated
GET /ready 200 'ok' - kubernetes ready probe -
GET /unsubscribe/:email -> /unsubscribed -> /unsubscribed remove email from all lists yes
GET /subscribe/:email 200 'Subscribed!' 400 'missing email' add email to subscribed list yes
GET /onboard/:email/:name 200 'okay' 400 'missing email' send onboard to :email + subscribe to lists no

env

PROGRAM_ALIAS=mailgun
PORT=3000

LOG_FILE=false
LOG_LEVEL=debug

MAILGUN_API_KEY=
MAILGUN_DOMAIN=

About

mailgun service

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors