API service for sending emails using the AWS Simple Email Service

James Peret de842aef70 Message links are modified to add tracking 2 years ago
models de842aef70 Message links are modified to add tracking 2 years ago
.gitignore d18bdf6b47 Intial commit 2 years ago
helpers.js de842aef70 Message links are modified to add tracking 2 years ago
index.js de842aef70 Message links are modified to add tracking 2 years ago
package-lock.json de842aef70 Message links are modified to add tracking 2 years ago
package.json de842aef70 Message links are modified to add tracking 2 years ago
readme.md de842aef70 Message links are modified to add tracking 2 years ago

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.

Resources

  • Juice – Juice inlines CSS stylesheets into your HTML source.

Tasks

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

  • [ ] Mail queue using bree