From: "Mace, Richard" <[EMAIL PROTECTED]>
> I'm using MIME::Lite to send E-mails out that are generated from a
> Perl script. I seem to be having problems with the date field. When I
> hard code a date into the message e.g.
>
> $msg = new MIME::Lite
> From => $from,
> To => $to,
>
perhaps you need to single quote the $msg value to prevent interpolation?
there are slashes in there, for instance.
you might test without the slashes in $msg.
On Wednesday, March 20, 2002, at 09:26 AM, Mace, Richard wrote:
> Hello there,
> I'm using MIME::Lite to send E-mails out that are gene
Hello there,
I'm using MIME::Lite to send E-mails out that are generated from a Perl
script.
I seem to be having problems with the date field. When I hard code a
date into
the message e.g.
$msg = new MIME::Lite
From=> $from,
To => $to,
Date=> 'W