NAME

Egg::Plugin::MailSend::SMTP - Mail is transmitted by using Net::SMTP.

SYNOPSIS

Controller.

use Egg qw/ MailSend /;

Configuration.

plugin_mailsend=> {
  handler   => 'SMTP',
  debug     => 1,
  smtp_host => '192.168.0.25',
  timeout   => 7,
  ...
  .....
  },

SEE ALSO

Egg::Release, Egg::Plugin::MailSend,

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.