bukinoshita / micro-mailer

A microservice to send simple email templates
MIT License
4 stars 1 forks source link
email mailer micro microservice





A microservice to send simple email templates

Usage

With now

Deploy to now

or

$ now bukinoshita/micro-mailer -e NODE_ENV=production -e MAILGUN_API_KEY=xxx -e MAILGUN_DOMAIN=xxx -e MAILGUN_FROM=xxx -e CORS_ORIGIN=xxx -e RATE_LIMIT_WINDOW=xxx -e RATE_LIMIT_LIMIT=xxx

Manual

Deploy to your hosting provider, set the below environment variables, and start it with yarn start.

Environment variables

Define the following environment variables:

License

MIT © bukinoshita