Skip to content

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

2 pointsmhidalgo1 comment
On HN

I just wanted to know how people here at Hacker news handle email for their web applications.

Comments

Receiving email via Postfix and qmail has previously been described on this forum ( http://news.ycombinator.com/item?id=186879 ). To send email, pipe data to /usr/lib/sendmail or suchlike. Postfix, qmail and other MTAs typically install a wrapper at /usr/lib/sendmail

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.