RE: CFMail Time Stamp

2001-01-11 Thread Gieseman, Athelene

I wrote in earlier too.  Someone suggested a service pack.  I'm hopeful that
I'll soon have time to try that!

Athelene Gieseman

-Original Message-
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 4:52 AM
To: CF-Talk
Subject: RE: CFMail Time Stamp


Is this the second error of this type I've seen on the list?
2001 bug ?
 ~ Justin 

-Original Message-
From: cftalk [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 6:20 PM
To: CF-Talk
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMail Time Stamp

2001-01-10 Thread JustinMacCarthy

Is this the second error of this type I've seen on the list?
2001 bug ?
 ~ Justin 

-Original Message-
From: cftalk [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 6:20 PM
To: CF-Talk
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail Time Stamp

2001-01-09 Thread Howie Hamlin

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 ")#
#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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists