------------------------------------------------
On Tue, 5 Aug 2003 08:13:06 +0300, "Octavian Rasnita" <[EMAIL PROTECTED]> wrote:

> What mail module can be used to send email messages with attachments?
> I would prefer a module included in the perl package by default.
> 

MIME::Lite is a good choice for simple mail handling, though as the other poster 
mentioned it is not as robust, as the one I have come to prefer Mail::Box. I tend to 
do A LOT with mail and didn't mind the steep learning curve and performanance hit.  It 
is also somewhat still in development, though with a responsive mailing list and 
extensive documentation I have found that I can get around in it pretty well now.

There is also the Mail-Tools bundle which is essentially replaced by Mail::Box, that 
provides the same functionality as well.

If MIME::Entity is a separate module, not sure that it is from MIME::Lie (aka 
MIME::Lite might just wrap MIME::Entity) then that worked as well....

I don't believe any of the packages are included by default but many have binary 
packages available, and naturally exist on CPAN.

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to