Ask HN: How do you store and manage emails in an app?

1 points by seestraw ↗ HN
I am trying to build a web app with logins. Where should I store those emails. Assuming I store it in a DB, how to sync it to Mailchimp for sending emails to customers? Do I just have to write scripts for this?

1 comment

[ 2.5 ms ] story [ 14.7 ms ] thread
These are 2 completely separate functionnalities. -Authentication -Customer Communication You would have to implement your email sender after retreiving the relevant emails to send communications with the provider you use.