area1707 / grace-shopper

3 stars 0 forks source link

Unauth - checkout - notification email #19

Open alicec15 opened 7 years ago

alicec15 commented 7 years ago

Story: When my items are being sent, I want to get an email

Implement: in the DB is there is a field for SENT (boolean), when it is true, or it is updated to true, then ajax req to get the email and use npm package express-mailer(???) or google API (like in Jukebox) to send an email.