API service for sending emails using the AWS Simple Email Service

James Peret eb50dcbc44 Emails are saved on DB after sending il y a 3 ans
models eb50dcbc44 Emails are saved on DB after sending il y a 3 ans
.gitignore d18bdf6b47 Intial commit il y a 3 ans
helpers.js eb50dcbc44 Emails are saved on DB after sending il y a 3 ans
index.js eb50dcbc44 Emails are saved on DB after sending il y a 3 ans
package-lock.json 58caf0886d Send endpoint and email delivery il y a 3 ans
package.json 58caf0886d Send endpoint and email delivery il y a 3 ans
readme.md eb50dcbc44 Emails are saved on DB after sending il y a 3 ans

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
  • [X] Save email data on DB
  • Append Pixel tracking
  • [ ] Change Links to add tracking

  • [ ] Mail queue using bree