Puma
P e r l   U n i v e r s a l   M a r k u p   D o c u m e n t a t i o n
SourceForge.net Logo

Puma::Util::EMail
This is a utility for sending e-mail messages through sendmail.
   use Puma::Util::EMail qw( sendmail );

   sendmail(
      From    => 'me@here.com',
      To      => 'you@there.org',
      Subject => 'Test MEssage',
      Body    => "Hello buddy!\nHow are you?";
   );
This package will (may?) eventually be enhanced to provide the full range of mail reading and sending functionality.