From email addresses are not being sent with email messages from a Domino Server to Yahoo or Hotmail
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
From email addresses are not being sent with email messages from a Domino Server to Yahoo or Hotmail
[edit]
Solution:
We were sending out an SMTP header called SENDID which was causing problems with some mail servers.
As of Email Report Server/400 version 1.89 or above, the sender ID setting can be turned off. In version 1.90 or above, the sender ID will be off by default on a new installation.
Command to disable sender ID:
ERSSENDID OPTION(*SET) INCLSENDER(*NO)
Command to re-enable sender ID:
ERSSENDID OPTION(*SET) INCLSENDER(*YES)
