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

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, > > i need to write a progr

RE: sending an email attachment

2002-11-08 Thread Luna Antonio (Servi-Centro)
You need to download the perl modules listed below and copy the code to a perl program. use MIME::QuotedPrint; use MIME::Base64; use Mail::Sendmail 0.75; # doesn't work with v. 0.74! %mail = ( SMTP => 'smtp.site1.csi.com', from => '[EMAIL PROTECTED]', to => '[EMAIL PROTECT