Hi, Greetings!
I am looking into few pylons based websites and wanted to have an email notification on any 500 or 40x. For that, I modified production.ini to have following lines in default section. debug = false email_to = [EMAIL PROTECTED] smtp_server = localhost error_email_from = [EMAIL PROTECTED] Now I am receiving notification email for all 500 errors successfully. So far .. good! Somehow it is not sending me notification mail in case of 404, 403 etc. Actually ... it should...right? Pylons should send notification mails for 401, 403, 404 and 500 with the above configuration? Any pointers to debug this problem? Thanks, Siddharth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
