Another alternative might be to use routes_onerror ( http://web2py.com/book/default/chapter/04#Routes-on-Error) to redirect to an action (possibly in another application) that will handle sending the email (and whatever else you want to do with the error). Anthony
On Tuesday, May 3, 2011 2:44:35 PM UTC-4, Massimo Di Pierro wrote: > Oops. we have this already... I forgot > > scripts/tickets2email.py > > On May 3, 1:21 pm, Dan <[email protected]> wrote: > > I guess there is no internal function to send new tickets caused by > > exceptions/Internal error to a given E-mail address. What would be the > > best way to implement this without hacking the core framework? > > > > Thanks for any help.

