Hacker News new | ask | show | jobs
Ask HN: How do you store and manage emails in an app?
1 points by seestraw 1113 days ago
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 comments

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.