1 package SGN
::View
::Email
;
3 use namespace
::autoclean
;
6 BEGIN { extends
'Catalyst::View::Email' }
12 around
'process' => sub {
17 if( $c->can('test_mode') && $c->test_mode ) {
18 $c->log->debug("skipping email send, since running in test mode. email:\n".dump( $c->stash->{ $self->stash_key } ));
26 SGN::View::Email - Email View for SGN
30 View for sending email from SGN. Nearly-bare subclass of L<Catalyst::View::Email>.
39 L<Catalyst::View::Email>
43 This library is free software, you can redistribute it and/or modify
44 it under the same terms as Perl itself.