I have a heroku app on a subdomain like x.herokuapp.com which is mapped to my domain name via a CNAME record. I want emails to be handled by zohomail so I've tried setting up MX records but these seem to fail.
Am I correct that even emails are mapped through the CNAME instead of the MX record?
www.x.com CNAME x.herokuapp.com
x.com CNAME x.herokuapp.com
x.com MX mx.zohomail.com
x.com MX mx2.zohomail.com
What can I do to handle email through zohomail's MX records and still keep my domain name mapped to herokuapp because that's where the app is running?
Thanks for helping out!