Not sure why that's happening but you can force the date in the mail like
so:

<CFMAIL
    TO="someone"
    SUBJECT="test"
    FROM="someone else"
>
    <CFMAILPARAM
        NAME="Date"
         VALUE="#dateformat(now(),"ddd, d mmm yyyy")#
#timeformat(now(),"hh:mm:ss")# -0500"
    >
test!
</CFMAIL>

Regards,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!

----- Original Message -----
From: "cftalk" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 1:20 PM
Subject: CFMail Time Stamp


> I have a problem with the time stamp on messages sent through cfmail.  My
servers clock is set at GMT -0500 but CFMail messages are being stamped with
+ 0400 wich is affecting the time sent by about 9 hours.
>
> Anyone have any insight as to why this is happening or where I go to
correct it?
>
> Thanks,
> Chris Stoner
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to