[web-devel] Fwd: Sending SMTP email

Dmitry Olshansky olshanskydr at gmail.com
Mon Jun 6 10:38:06 CEST 2011


HaskellNet use mime-mail to compose mail message properly.
It sends mail without sendmail.

But really there is no simple maintained smtp-client package.


2011/6/5 Neil Mitchell <ndmitchell at gmail.com>

> Hi,
>
> I see HaskellNet builds on top of mime-mail, so using mime-mail
> instead would make more sense. I also see the mime-mail builds on top
> of sendmail, so for my particular application it sounds like using
> sendmail via a system call make more sense. It's a shame that there is
> no maintained Haskell native implementation. It sounds like for my
> purpose patching up hsmtpclient is the simplest solution (it only took
> a matter of minutes), but unfortunately that still leaves me
> unsupported.
>
> Thanks, Neil
>
> On Sun, Jun 5, 2011 at 4:51 PM, Dmitry Olshansky <olshanskydr at gmail.com>
> wrote:
> > Hi,
> >
> > On Windows I use HaskellNet.
> >
> > Dmitry
> >
> >
> > 2011/6/2 Aur Saraf <sonoflilit at gmail.com>
> >>
> >> Hi,
> >>
> >> Michael wrote the mime-mail package that works with an external sendmail
> >> binary.
> >>
> >> http://hackage.haskell.org/package/mime-mail-0.3.0
> >>
> >> I'm using it and it's doing fine.
> >>
> >>
> >> Cheers,
> >>  Aur
> >>
> >> On Thu, Jun 2, 2011 at 4:46 PM, Neil Mitchell <ndmitchell at gmail.com>
> >> wrote:
> >> > Hi
> >> >
> >> > I want to send an email with SMTP. I previously used hsmtpclient with
> >> > the NoSMTPAuth option, but that library is no longer maintained by the
> >> > original author and doesn't work with GHC 7. What do people recommend
> >> > for sending SMTP mail? I'm not looking for anything fancy, and could
> >> > probably fix up hsmtpclient if I needed to, but I'd rather stick to
> >> > something some else supports.
> >> >
> >> > Thanks, Neil
> >> >
> >> > _______________________________________________
> >> > web-devel mailing list
> >> > web-devel at haskell.org
> >> > http://www.haskell.org/mailman/listinfo/web-devel
> >> >
> >>
> >> _______________________________________________
> >> web-devel mailing list
> >> web-devel at haskell.org
> >> http://www.haskell.org/mailman/listinfo/web-devel
> >
> >
> >
> > _______________________________________________
> > web-devel mailing list
> > web-devel at haskell.org
> > http://www.haskell.org/mailman/listinfo/web-devel
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/web-devel/attachments/20110606/9af0f681/attachment.htm>


More information about the web-devel mailing list