[Haskell-beginners] Sending mail via SMTP

Robert Wills wrwills at gmail.com
Tue Sep 18 18:41:52 CEST 2012


I do not believe there is and support for ssl in HaskellNet at
present.  It has I believe
been looked at but it's not simple to implement.  The best way of
integrating tls would
be to implement smtp over conduit as http-conduit does.

On Tue, Sep 18, 2012 at 4:08 PM, Salil Wadnerkar <rohshall at gmail.com> wrote:
> Hi Aninda,
>
> Thanks for your reply. Unfortunately, I have already tried out these
> examples and they don't seem to work.
> HaskellNet has a github repo. I will contact the author and see
> whether I can find any solution.
>
> Thanks
> Salil
>
> On Tue, Sep 18, 2012 at 10:40 PM, Anindya Mozumdar
> <anindya.lugbang at gmail.com> wrote:
>>> 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
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners



More information about the Beginners mailing list