Chisel Wright > Catalyst-Plugin-ErrorCatcher-0.0.6.1 > Catalyst::Plugin::ErrorCatcher::Email

Download:
Catalyst-Plugin-ErrorCatcher-0.0.6.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.000002   Source   Latest Release: Catalyst-Plugin-ErrorCatcher-0.0.6.4

NAME ^

Catalyst::Plugin::ErrorCatcher::Email - an email emitter for Catalyst::Plugin::ErrorCatcher

SYNOPSIS ^

In your application:

  use Catalyst qw/-Debug StackTrace ErrorCatcher/;

In your application configuration:

  <Plugin::ErrorCatcher>
    # ...

    emit_module Catalyst::Plugin::ErrorCatcher::Email
  </Plugin::ErrorCatcher>

  <Plugin::ErrorCatcher::Email>
    to      address@example.com

    # defaults to the To: address
    from    another@example.com

    # defaults to "Error Report For <AppName>"
    subject Alternative Subject Line
  </Plugin::ErrorCatcher::Email>

AUTHORS ^

Chisel Wright <chisel@herlpacker.co.uk>

COPYRIGHT ^

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.