TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby seestrawalmost 2 years 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 comment

Hayen070almost 2 years ago
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.