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 '
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
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