Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 294 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 294 Bytes

A service for sending emails

  • Run with set FLASK_APP=emailer.py then flask run.
  • Test with postman. Send the sample json payload and it returns 200* status code when the send job is successfully queued.
  • You can add additional sender accounts on top of mailgun in a similar fashion.