Fwd: Sending SMTP email

Hi,
On Windows I use HaskellNet.
Dmitry
2011/6/2 Aur Saraf
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
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@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

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
Hi,
On Windows I use HaskellNet.
Dmitry
2011/6/2 Aur Saraf
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
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@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

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
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
wrote: Hi,
On Windows I use HaskellNet.
Dmitry
2011/6/2 Aur Saraf
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
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@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (2)
-
Dmitry Olshansky
-
Neil Mitchell