Simon Cozens > Email-LocalDelivery-0.04 > Email::LocalDelivery

Download:
Email-LocalDelivery-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.04   Source   Latest Release: Email-LocalDelivery-0.09

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

This is the second module produced by the "Perl Email Project", a reaction against the complexity and increasing bugginess of the Mail::* modules. It delivers an email to a list of mailboxes.

METHODS ^

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/)

COPYRIGHT AND LICENSE ^

Copyright 2003 by Simon Cozens

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.