Issue report by howards
Product
FileMaker ServerVersion
13Operating system version
WIndows 2008Description of the issue
Using the Send Mail [Send via SMTP server] step within a server-side script generates an incorrect time.When sent from FM Pro, the time offset shows as -0800, which is correct for the sending location in California.
When sent from FM Server, the time offset shows as +0000
The result is that a California recipient of the California-server-generated email, for example, would show the email time as being eight hours earlier than it was actually sent.
Expected result
The CORRECT header generated by the same script running on an FM Pro 13 client, on the same machine as the FM Server:Received: from PTSERVER ([999.999.999.99]) by ABCD.ORG with Microsoft SMTPSVC(6.0.3790.3959);
Wed, 12 Feb 2014 12:51:47 -0800
Date: Wed, 12 Feb 2014 12:51:47 -0800
From: =?UTF-8?B?UGxlZGdlVGFrZXIgVEVTVA==?= <Support@abcd.org>
To: howard@test.com
Message-ID: <FileMaker.52fbdee3.1.3fc8@domainnamenotspecified.net>
Subject: =?UTF-8?B?SG93YXJkIFRlc3Q=?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Return-Path: Support@abcd.org
X-OriginalArrivalTime: 12 Feb 2014 20:51:47.0692 (UTC) FILETIME=[3EF88AC0:01CF2834]
Actual result
The INCORRECT header generated by the same script running on FM Server 13:Received: from PTSERVER ([999.999.999.99]) by ABCD.ORG with Microsoft SMTPSVC(6.0.3790.3959);
Wed, 12 Feb 2014 12:55:26 -0800
Date: Wed, 12 Feb 2014 12:55:26 +0000
From: =?UTF-8?B?UGxlZGdlVGFrZXIgVEVTVA==?= <Support@abcd.org>
To: howard@test.com
Message-ID: <FileMaker.52fbdfbe.c6d.2108@domainnamenotspecified.net>
Subject: =?UTF-8?B?SG93YXJkIFRlc3Q=?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Return-Path: Support@abcd.org
X-OriginalArrivalTime: 12 Feb 2014 20:55:26.0575 (UTC) FILETIME=[C16F6FF0:01CF2834]