TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 seestraw将近 2 年前
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

Hayen070将近 2 年前
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.