I have working pylons on mod_wsgi In production.ini I have: [DEFAULT] debug = true # Uncomment and replace with the address which should receive any error reports email_to = my_em...@server smtp_server = localhost error_email_from = er...@server ...
this is working on mod_wsgi only when I have set full_stack = true, but this is not a problem I wondering can I set variable email_to to more that one email? Example: email_to: first_ad...@server, second_ad...@server Is it work? How can I (in simple way) set my own template for error page [500, 404, ...]? Best Regards, Tomek --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
