LPM: Email attachments

Rich Bowen rbowen at rcbowen.com
Tue Mar 21 22:55:05 CST 2000


Any of you guys aware of a module that handles email attachments simply?
I don't really want to have to use something like MIME::Lite to build
the message myself, but I suppose I could. I was hoping that there was a
Mail::Something module that would just let me do something like:

$mail = new Mail::Something;
$mail->attach("/path/to/file");
$mail->recipient('rbowen at rcbowen.com');
$mail->send;

Or something along those lines.

Any suggestions?

Rich
-- 
http://www.ApacheUnleashed.com/
Lexington Perl Mongers - http://lexington.pm.org/
PGP Key - http://www.rcbowen.com/pgp.txt



More information about the Lexington-pm mailing list