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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What do you use to send/receive email for your Web App ?

2 点作者 mhidalgo将近 17 年前
I just wanted to know how people here at Hacker news handle email for their web applications.

1 comment

xirium将近 17 年前
Receiving email via Postfix and qmail has previously been described on this forum ( <a href="http://news.ycombinator.com/item?id=186879" rel="nofollow">http://news.ycombinator.com/item?id=186879</a> ). To send email, pipe data to /usr/lib/sendmail or suchlike. Postfix, qmail and other MTAs typically install a wrapper at /usr/lib/sendmail<p>However, if you're hosting on ADSL, the IP address of your mail server is probably blacklisted, so you may have to configure your MTA to forward messages to your ISP's MTA. I found this easiest to configure in Sendmail, which can be configured to co-exist with other MTAs.