Puma
|
|
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.
|