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-10 Thread Geoff Ellis
sorry, I forgot to mention that the modile was actually the MIME::Entity module... and is called like... use MIME::Entity; HTH Geoff Ellis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Geoff Ellis Sent: 10 April 2001 09:03 To: 'Ricardo Cumberbatch L