KB: Email Connector and Relay Settings

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to: navigation, search

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.