news-ai / tabulae

API for media list management
https://tabulae.newsai.org/
0 stars 0 forks source link

emails-service #498

Closed AbhiAgarwal closed 6 years ago

AbhiAgarwal commented 6 years ago
  1. pubsub send emails from sendgrid, outlook, gmail, smtp.

good error detection & catching. if any errors then it records & sends it to live

  1. checks outlook/gmail/smtp for bounce backs, replies, etc.

data recording on who's email doesn't work and replies that have come in

  1. validate that the email has been sent after it has been sent
AbhiAgarwal commented 6 years ago

move smtp service here as well. test it

but it should work since we're moving away from standard to flex. just easier to consolidate everything into one particular place

AbhiAgarwal commented 6 years ago

add in gmail retry

AbhiAgarwal commented 6 years ago

move scheduled to here

AbhiAgarwal commented 6 years ago

can't use smtp service. google cloud won't let it work

AbhiAgarwal commented 6 years ago

moving scheule is hard. have to introduce new variable for isSending for temp so we don't double send a schedule.