Help for this page

Select Code to Download


  1. or download this
    my $to = $user->email;
    $c->stash->{email_out} = {
    ...
    if (not scalar @{$c->error}) {
        $c->log->debug("*** Email sent! $to ($enc_string) ***");
    }
    
  2. or download this
    __PACKAGE__->config->{'View::Email::Template'} = {
        template_prefix =>  'emails',
    ...
            }
        },
    };
    
  3. or download this
    [debug] Path is "send_activation_email"
    [debug] Arguments are "<username goes here>"
    ...
    [debug] Rendering template "emails/activation.tt"
    [debug] C::V::Email uses specified content_type text/plain.
    [error] no sender