
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

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
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
participants (2)
-
Aur Saraf
-
Neil Mitchell