RE: [Perl-unix-users] How I send a Attachmnt file in perl

2001-04-11 Thread Doug Sparling
http://www.zeegee.com/code/perl/MIME-Lite/docs/ ___ Perl-Unix-Users mailing list. To unsubscribe go to http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

RE: [Perl-unix-users] How I send a Attachmnt file in perl

2001-04-10 Thread Geoff Ellis
batch L.'; 'Perl-Unix-Users' Subject: RE: [Perl-unix-users] How I send a Attachmnt file in perl Here is how I send several documents in an email using the MIME module... # Create the top-level, and set up the mail headers: $top = MIME::Entity->build(Typ

RE: [Perl-unix-users] How I send a Attachmnt file in perl

2001-04-10 Thread Geoff Ellis
Here is how I send several documents in an email using the MIME module... # Create the top-level, and set up the mail headers: $top = MIME::Entity->build(Type=>"multipart/mixed", From=> "your_server", To => "to_address

Re: [Perl-unix-users] How I send a Attachmnt file in perl

2001-04-09 Thread Wes Wannemacher
On Mon, Apr 09, 2001 at 09:47:00AM -0500, Ricardo Cumberbatch L. wrote: > Hi everyone, how i can do to attach and send mail in perl. > > Thanks a lot, > > R.C.L. > Take a look at the MIME::Lite module. If you have mutt installed I believe there is a command line way to send attachments. Either