Skip to content

Comment on How to send email via Gmail using Erlang

Comments

Better not hand-deliver your own mail, folks. Just use your system's MTA to take care of the mail delivery and call out to something like send_email ($to, $subject, $body) that sends mail as the Erlang process' user. Postfix will let you use gmail as a relay host with: relayhost = [smtp.gmail.com]:587

AboutSource Built by g1lg1l

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