Configuring and troubleshooting email configuration for custom domain
In some cases emails may be rejected by an email server or be classified as spam. For these cases, your email administrator should whitelist Mojo Helpdesk's email server IP and domain names:
- IP: 54.149.252.182
- Domain: mail.app.mojohelpdesk.com
- Domain: mojohelpdesk.com
- Domain: xenon.metadot.com
Also if there is a custom domain name setup for the helpdesk, such as "support.yourdomain.com", please add the following SPF (TXT)
record for the base domain (yourdomain.com):
"v=spf1 mx a ip4:54.149.252.182 a:xenon.metadot.com ~all"
or if you already have a SPF record, add this to it:
include:spf.mojohelpdesk.com
This will allow Mojo's email server to send emails legitimately using the custom domain name.
In case of custom domain name, it is advisable to add the following CNAME
record:
default._domainkey.support.yourdomain.com CNAME dkim.mojohelpdesk.com
Was this article helpful?