The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Jifty::Plugin::EmailErrors - Emails all 500 pages to an arbitrary email address

SYNOPSIS

In your config.yml or equivalent:

  Plugins:
   - EmailErrors:
       to: address@example.com
       from: server@example.com
       subject: Server error

DESCRIPTION

All errors which result in the browser going to the '500 server error' page will send an email with the stack trace that caused it.

METHODS

init

Sets up the global values for from, to, and subject, based on the plugin's provided configuration.

AUTHORS

Alex Vandiver alexmv@bestpractical.com

Shawn M Moore sartak@bestpractical.com

COPYRIGHT AND LICENSE

Copyright 2006-2010 Best Practical Solutions

This is free software and may be modified and distributed under the same terms as Perl itself.