Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Catalyst::View::Email::Template - "no sender"

by kwaping (Priest)
on Jul 30, 2010 at 01:44 UTC ( [id://852027]=perlquestion: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://852027]
Approved by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-25 14:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found