[erlang-questions] What's a solid way to have erlang automatically send email.

Wes James comptekki@REDACTED
Wed Nov 17 17:04:23 CET 2010


On Sun, Nov 14, 2010 at 4:31 PM, G.S. <corticalcomputer@REDACTED> wrote:
> Hello,
>
> I have a website where the administrator needs to receive email alert (to
> login and fix a problem) when certain events occur. Is there an Erlang
> module that allows one to easily send out an email? Or something that can be
> used in the same manner?
>
> Thanks,
> -Gene
>

This might work for you:

https://github.com/Vagabond/gen_smtp

-wes


More information about the erlang-questions mailing list