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?
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.