is there any current docs on the exception_handler ? alberto's suggestion doesn't play well with .9a5
I'm using a pipe for sendmail compatibility my email class is here: http://dev.2xlp.com/svn/turbogears_extensions/turboemail/trunk/turboemail.py it builds email using stdlib's email. it supports connecting to a smtp server via smtplib if you want to send like that, or it supports sendmail compatibility if you prefer that i prefer sendmail compatibility myself as I have my mail server (exim,not sendmail) locked down to only accept SMTP via authenticated SSL connections. I could reconfigure my mail server to do non-ssl , but its as much work doing that as writing the 15 lines of sendmail compatibility, which i thought would be more useful to others -- so i just did that. also, since i don't have time to hack out a persistent connection to an smtp server in TurboGears, the overhead should be lower ( as I'm not connecting/disconnecting ). if someone hacks out a way to do a persistent connection, i might change to smtp - but for now, sendmail compatibility works for me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

