
torsten.seemannatinfotech.monash.edu.au
Apr 20, 2005, 7:33 AM
Post #1 of 1
(235 views)
Permalink
|
|
[patch] Catalyst-Plugin-Email/Email.pm (Rev 463)
|
|
Some minor documentation fixes. --Torsten --- Catalyst-Plugin-Email/Email.pm.orig 2005-04-20 15:24:32.000000000 +1000 +++ Catalyst-Plugin-Email/Email.pm 2005-04-20 15:32:18.000000000 +1000 @@ -16,6 +16,7 @@ use Catalyst 'Email'; __PACKAGE__->config->{email} = [qw/SMTP smtp.oook.de/]; + __PACKAGE__->setup; $c->email( header => [ @@ -29,6 +30,8 @@ =head1 DESCRIPTION Send emails with Catalyst and L<Email::Send> and L<Email::MIME::Creator>. +For L<config-E<gt>{email}> options please read L<Email::Send>. +For L<$c-E<gt>email()> parameters please read L<Email::MIME::Creator>. =head2 METHODS @@ -52,7 +55,7 @@ =head1 SEE ALSO -L<Catalyst>. +L<Catalyst>, L<Email::Send>, L<Email::MIME::Creator>. =head1 AUTHOR
|