Egg::Release::Mail - Package kit for Mail Sending.


Egg-Release-Mail documentation Contained in the Egg-Release-Mail distribution.

Index


Code Index:

NAME

Top

Egg::Release::Mail - Package kit for Mail Sending.

DESCRIPTION

Top

* Egg::View::Mail

..... View to transmit mail.

* Egg::View::Mail::Base

..... Base class for E-mail controller.

* Egg::View::Mail::Mailer::CMD

..... Mail is transmitted by the sendmail command.

* Egg::View::Mail::Mailer::SMTP

..... Mail is transmitted with Net::SMPT.

* Egg::View::Mail::Encode::ISO2022JP

..... Component for Japanese mail.

* Egg::View::Mail::MIME::Entity

..... The content of the transmission is generated.

* Egg::View::Mail::Plugin::EmbAgent

..... Plugin that adds client information to content of transmission.

* Egg::View::Mail::Plugin::Jfold

..... Plug-in with which each line of content of transmission is molded in arbitrary digit.

* Egg::View::Mail::Plugin::Lot

..... Plugin that transmits mail of this content to two or more destinations.

* Egg::View::Mail::Plugin::PortCheck

..... The operation of the mail server is confirmed before it transmits.

* Egg::View::Mail::Plugin::Signature

..... Plugin that adds famous etc. to content of transmission.

* Egg::Helper::View::Mail

..... Helper to generate E-mail controller.

SEE ALSO

Top

Egg::Release, Net::SMTP,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release-Mail documentation Contained in the Egg-Release-Mail distribution.

package Egg::Release::Mail;
#
# Masatoshi Mizuno E<lt>lusheE<64>cpan.orgE<gt>
#
# $Id: Mail.pm 333 2008-04-19 17:04:06Z lushe $
#
use strict;
use warnings;

our $VERSION = '0.06';

1;

__END__