RE: sending an email attachment

2002-11-08 Thread Luna Antonio (Servi-Centro)
( "Voilà le fichier demandé" ); $file = $^X; # This is the perl executable open (F, $file) or die "Cannot read $file: $!"; binmode F; undef $/; $mail{body} = encode_base64(); close F; $boundary = '--'.$boundary; $mail{body} = <mailto:apwebdesign@;yahoo.com] Sent:

RE: sending an email attachment

2002-11-08 Thread Nikola Janceski
Mail::Sender is good for this, make sure you try a test script first. > -Original Message- > From: Anthony E. [mailto:apwebdesign@;yahoo.com] > Sent: Friday, November 08, 2002 2:38 PM > To: [EMAIL PROTECTED] > Subject: sending an email attachment > > > hello

Re: sending an email attachment

2002-11-08 Thread William McKee
On 8 Nov 2002 at 11:37, Anthony E. wrote: > i need to write a program that will send an email with > some text in it as the body, and also have a word > document attached to it. > > any suggestions on a module to do this? Hi Anthony, Check the archives. This question has been asked many times b

sending an email attachment

2002-11-08 Thread Anthony E.
hello, i need to write a program that will send an email with some text in it as the body, and also have a word document attached to it. any suggestions on a module to do this? __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http: