Menu

#70 smtpmailv5_7a, 10B and linux

open
nobody
None
5
2005-05-16
2005-05-16
Anonymous
No

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:

Discussion


Log in to post a comment.

MongoDB Logo MongoDB