|
Posted by Ignoramus13980 on April 25, 2007, 2:32 pm
Please log in for more thread options
>
>> I have been using Mail::Sendmail for sending emails, but sending
>> attachments as described on
>>
>> http://alma.ch/perl/Mail-Sendmail-FAQ.html#attachments
>>
>> looks kind of messy. Is there a better module with methods such as
>>
>> add_attachment( $filename, $mimetype, $body )
>>
>> or some such. Thanks.
>
> MIME::Lite looks promising:
>
> <http://search.cpan.org/~yves/MIME-Lite-3.01/lib/MIME/Lite.pm>
>
> sherm--
>
Thanks, it looks great, I will use it. Looks like it does all that I need.
i
|