[web-devel] Sending email

Clint Moore cmoore at wamboli.com
Thu Aug 19 18:33:44 EDT 2010


I know it probably sounds terrible, but we've gotten away with using
runInteractiveProcess + sendmail for all of our email.  So far it has
worked pretty well.

That said, if you end up writing such a thing, we would be interested
in testing it.

On Thu, Aug 19, 2010 at 11:43 AM, Michael Snoyman <michael at snoyman.com> wrote:
> Hey all,
> I'm wondering what people do in general for sending email, especially from
> web apps. So far, I've written some basic modules in my apps that wrap
> around the sendmail executable on the system. Are there packages on Hackage
> that people would recommend?
> As long as I'm bringing this up, I think I nice email system would offer
> built in support for creating multipart messages. Bonus points would be to
> automatically create a text/plain version from an HTML version. If no one
> knows of prior art on this, I might try to implement it as a module in
> Yesod.
> Michael
> _______________________________________________
> web-devel mailing list
> web-devel at haskell.org
> http://www.haskell.org/mailman/listinfo/web-devel
>
>


More information about the web-devel mailing list