Fixed two problems related to smtpmail, 10B and linux
1). under 10B TimeZone is now a reserve word. Change
the variable timezone to cTimezone
2). getting error 2914 and smtpmail hangs on linux when
smtpmail cannot find the file attachment.
In dofiles (line 1314), change
IF INDEX(FILE-INFO:FILE-TYPE,"F") = 0 THEN DO:
to
IF FILE-INFO:FILE-TYPE = ? OR
INDEX(FILE-INFO:FILE-TYPE,"F") = 0 THEN DO: