package Egg::Release::Mail; # # Masatoshi Mizuno ElusheE<64>cpan.orgE # # $Id: Mail.pm 333 2008-04-19 17:04:06Z lushe $ # use strict; use warnings; our $VERSION = '0.06'; 1; __END__ =head1 NAME Egg::Release::Mail - Package kit for Mail Sending. =head1 DESCRIPTION =over 4 =item * L ..... View to transmit mail. =item * L ..... Base class for E-mail controller. =item * L ..... Mail is transmitted by the sendmail command. =item * L ..... Mail is transmitted with L. =item * L ..... Component for Japanese mail. =item * L ..... The content of the transmission is generated. =item * L ..... Plugin that adds client information to content of transmission. =item * L ..... Plug-in with which each line of content of transmission is molded in arbitrary digit. =item * L ..... Plugin that transmits mail of this content to two or more destinations. =item * L ..... The operation of the mail server is confirmed before it transmits. =item * L ..... Plugin that adds famous etc. to content of transmission. =item * L ..... Helper to generate E-mail controller. =back =head1 SEE ALSO L, L, =head1 AUTHOR Masatoshi Mizuno ElusheE<64>cpan.orgE =head1 COPYRIGHT AND LICENSE Copyright (C) 2008 by Bee Flag, Corp. Ehttp://egg.bomcity.com/E, 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. =cut