API service for sending emails using the AWS Simple Email Service

James Peret 58caf0886d Send endpoint and email delivery 3 年之前
.gitignore d18bdf6b47 Intial commit 3 年之前
index.js 58caf0886d Send endpoint and email delivery 3 年之前
package-lock.json 58caf0886d Send endpoint and email delivery 3 年之前
package.json 58caf0886d Send endpoint and email delivery 3 年之前
readme.md 58caf0886d Send endpoint and email delivery 3 年之前

readme.md

Mail Delivery Service

An API service for sending email using the Amazon Web Services Simple Email Service (AWS SES). It connects to a MongoDB database for storing data.

Tasks

  • [X] Send mail endpoint
  • [X] Send email thru AWS SES
  • Save email data on DB
  • Append Pixel tracking
  • [ ] Change Links to add tracking

  • [ ] Mail queue using bree