We use pyramid_mailer and enjoy it. We're a bit heavily invested into it though, because of some custom & approved patches + transaction support.
In terms of exception reporting -- we do exception logging into SQL via a custom tween. It's super simple code. Logging into an immediate mail send would not be much more. here's most of it cut out : https://gist.github.com/jvanasco/8b23b628c77d9e18c71a -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
