[Haskell-beginners] Sending mail via SMTP
Anindya Mozumdar
anindya.lugbang at gmail.com
Tue Sep 18 16:40:30 CEST 2012
> Does anybody know of any good libraries I can use to send a mail via
> google's SMTP? I found SMTPClient and HaskellNet. The former does not
> support TLS and the latter does not seem to have examples for using
> TLS to send an email via SMTP. Did anybody manage to do that?
>
A fellow beginner, so I don't have indepth knowledge of the subject.
But can this help -
http://stackoverflow.com/questions/8036680/haskell-smtp-over-ssl
http://www.haskell.org/pipermail/beginners/2012-July/010190.html
More information about the Beginners
mailing list