Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jun : Outgoing Mail TimeStamp?
| Subject: | Outgoing Mail TimeStamp? |
| Posted by: | "Byron Short" (bsho..@afsinc.com) |
| Date: | Sun, 10 Jun 2007 14:49:28 |
I'm using idSMTP to send mail. It all worked fine using Indy
9 and D7. I just migrated to Indy 10.1.5, and I have a new
kink with the date/time stamp.
The e-mail arrives with the time stamp off by -7 hours; my
actual location is GMT -7:00, so obviously this has
something to do with it. However, I can't seem to fix it,
or figure out why it's doing it.
I have tried both using the default value
Message.UseNowForDate := TRUE
, and actually assigning
Message.Date := Now;
Both return the date/time with the 7 hour time error.
Whazzupwifdat? I must be missing something really easy...
--Byron