[Catalyst] Sending Email from Page?

John M. Dlugosz wxju46gefd at snkmail.com
Tue Mar 22 08:53:22 GMT 2011


On 3/22/2011 3:07 AM, Jorge Gonzalez jorge.gonzalez-at-daikon.es |Catalyst/Allow to home| 
wrote:
> ...
> my $mail = Mail::Builder::Simple->new;
> $mail->send(
>   from => MyApp->config->{Mail}{from},
>   to => MyApp->config->{Mail}{to},
>   subject => MyApp->config->{Mail}{subject},,
>   plaintext => "Hello,\n\nHow are you?\n",
>  );
> ...
>

Your sentiments echo my own.  Thanks for pointing out the config usage; I'll do that.



More information about the Catalyst mailing list