NAME
Egg::Plugin::MailSend - It delivers by E-mail by the command.
SYNOPSIS
use Egg qw/ MailSend /;
__PACKAGE__->egg_startup(
.....
...
plugin_mailsend => {
handler => 'CMD',
cmd_path => '/usr/sbin/sendmail',
cmd_option => '-t',
debug => 0,
},
);
$e->mail->send( to=> '...' );
DESCRIPTION
It is a subclass for "Egg::Plugin::MailSend " for use and the E-mail delivery of the mail command.
Please set PATH of the mail command by 'cmd_path'. The acquisition of PATH of 'Sendmail' command is tried by File::Which when omitted.
Please set the option to pass to the mail command by 'cmd_option'. Default is '-t'.
Please refer to the document of Egg::Plugin::MailSend.
SEE ALSO
Email::Valid, File::Which, Egg::Plugin::MailSend, Egg::Plugin::MailSend::Encode::ISO2022JP, Egg::Release,
AUTHOR
Masatoshi Mizuno <lushe@cpan.org>
COPYRIGHT
Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 31:
L<> starts or ends with whitespace