RE: MIME::Lite and Excel

2003-11-26 Thread Goehring, Chuck Mr., RCI - San Diego
Eric I arrived at this method (works under mod_perl)to send images as attachements: $msg = build MIME::Lite From => $aApobj->getEmail_Address, To => $recip, Subject => $Sub, Type => 'TEXT', Data => $lPB; $OpStatus .= "Recipient: $recip."; if($aReceipt ne '

Re: MIME::Lite and Excel

2003-11-26 Thread Sven Geisler
Hi Eric, Did you try Path instead of FH? Sven. Am Mit, 2003-11-26 um 17.54 schrieb [EMAIL PROTECTED]: > Hey all, > >I am trying to get MIME::Lite to attach an Excel spreadsheet created via > Spreadsheet::WriteExcel to an outgoing email and something is not working > quite right. > >He

Re: MIME::Lite and Excel

2003-11-26 Thread Chris Grau
On Wed, Nov 26, 2003 at 04:54:08PM -, [EMAIL PROTECTED] wrote: > Hey all, > >I am trying to get MIME::Lite to attach an Excel spreadsheet created via > Spreadsheet::WriteExcel to an outgoing email and something is not working > quite right. [snip] This doesn't appear to have anything to d