> Gunnar Hjalmarsson wrote: > > Jason Corbett wrote: > > > >> I hear PEAL has emailing (in attachment format) capabilities? I > >> down-loaded the module MIME::Lite, but I am not sure how to get > >> this going. > > > > > > How about studying the docs for the module? > > > > Also, such a script was recently posted to this list: > > http://www.mail-archive.com/beginners%40perl.org/msg59279.html > > > > the only problem with the example in this posted message, if using MIME::Lite, > and using smtp, is MIME::Lite doesn't have any means of SMTP authetication, as > far as I can find. The Mail::Sender has a provision for SMTP authentication for > closed relay system, which most MTA are now.... ;) > > If I am right MIME::Lite is not for sending e-mails with atachments it actualy generate the text of the e-mail including the atachments then you can send that text through any e-mailing module or software (Ex:- Mail Sender or SendMail)
That module/Software will have to take care of authentication. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>