KB: Email Connector and Relay Settings: Difference between revisions
No edit summary |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
:*'''Option 1''' is to allow relay in your SMTP server, so that the messages can get forwarded without changing the headers. | :*'''Option 1''' is to allow relay in your SMTP server, so that the messages can get forwarded without changing the headers. | ||
:*'''Option 2''' is to Reconfigure the Email Connector ( | :*'''Option 2''' is to Reconfigure the Email Connector (<server>\Server\ServerConfig.exe Email Connector Tab) to forward emails as attachment. | ||
To disable message relaying edit the file <installation-folder>\Server\CmtEmailConnector.ini and verify that the following token has the value of Y: | |||
'''OnEmailForwardSendOriginalAsAttachment=Y''' | |||
In case it is N please edit it to Y, save, and restart the CRM Server service on your server. | |||
[[Category:KB|Relay]] | [[Category:KB|Relay]] |
Latest revision as of 19:56, 17 May 2020
Symptom list:
No alert emails
Emails get stuck in the outbox
Email connector responses are not being sent
Email connector emails are not being forwarded to the internal mailbox
Tickets are being created but not sending responses
Introduction
Many mail servers are configured not to allow SMTP clients to relay messages with the original sender information. So when these mail servers don't allow the relayed message through, it jams up the outbox sending protocol, because the system keeps trying to send an illegal message. In order to work around this issue, there are 2 suggestions.
Resolution
- Option 1 is to allow relay in your SMTP server, so that the messages can get forwarded without changing the headers.
- Option 2 is to Reconfigure the Email Connector (<server>\Server\ServerConfig.exe Email Connector Tab) to forward emails as attachment.
To disable message relaying edit the file <installation-folder>\Server\CmtEmailConnector.ini and verify that the following token has the value of Y:
OnEmailForwardSendOriginalAsAttachment=Y
In case it is N please edit it to Y, save, and restart the CRM Server service on your server.