From: "Thomas Williams" <[EMAIL PROTECTED]>
> Right now I am using sendmail in the following way:
> 
> open (MAIL, "|/usr/sbin/sendmail -t") || return 0;
> 
> But, I would like to send attachments, what is the best way of doing
> this?

The best way is to use some module :-)

Try MIME::Lite and Mail::Sender.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


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

Reply via email to