Email::LocalDelivery - Deliver a piece of email - simply


Email-LocalDelivery documentation  | view source Contained in the Email-LocalDelivery distribution.

Index


NAME

Top

Email::LocalDelivery - Deliver a piece of email - simply

SYNOPSIS

Top

  use Email::LocalDelivery;
  my @delivered_to = Email::LocalDelivery->deliver($mail, @boxes);

DESCRIPTION

Top

This module delivers an email to a list of mailboxes.

METHODS

Top

deliver

This takes an email, as a plain string, and a list of mailboxes to deliver that mail to. It returns the list of boxes actually written to. If no boxes are given, it assumes the standard Unix mailbox. (Either $ENV{MAIL}, /var/spool/mail/you, /var/mail/you, or ~you/Maildir/)

PERL EMAIL PROJECT

Top

This module is maintained by the Perl Email Project

http://emailproject.perl.org/wiki/Email::LocalDelivery

CONTACT INFO

Top

To report bugs, please use the request tracker at http://rt.cpan.org. For all other information, please contact the PEP mailing list (see the wiki, above) or Ricardo SIGNES.

COPYRIGHT AND LICENSE

Top


Email-LocalDelivery documentation  | view source Contained in the Email-LocalDelivery distribution.