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

Claes Wikstrom klacke@REDACTED
Thu Nov 18 23:04:25 CET 2010


On 11/17/2010 05:04 PM, Wes James wrote:
> 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


And this, which is code I've used over and over again.

https://github.com/klacke/yaws/blob/master/applications/mail/src/smtp.erl


/klacke


More information about the erlang-questions mailing list