Egg::View::Mail::Plugin::Lot - MAIL plugin that enables specification of two or more destinations.


Egg-Release-Mail documentation  | view source Contained in the Egg-Release-Mail distribution.

Index


NAME

Top

Egg::View::Mail::Plugin::Lot - MAIL plugin that enables specification of two or more destinations.

SYNOPSIS

Top

  package MyApp::View::Mail::MyComp;
  use base qw/ Egg::View::Mail::Base /;

  ...........
  .....

  __PACKAGE__->setup_plugin('Lot');

DESCRIPTION

Top

It is MAIL plugin that enables the specification of two or more destinations.

When 'Lot' is passed to 'setup_plugin' method, it is built in.

METHODS

Top

send

Mail is transmitted.

Two or more addresses can be passed to 'to'.

  $mail->send(
    to => [qw/
      hoge@mydomain
      fooo@anydomain
      .....
      /],
    body => $mail_body,
    );

'send' method of Egg::View::Mail::Base is Obarraided.

SEE ALSO

Top

Egg::Release, Egg::View::Mail, Egg::View::Mail::Base,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release-Mail documentation  | view source Contained in the Egg-Release-Mail distribution.