I have a web app with no fixed IP address:
myapp.apps.com
And a custom domain:
example.com
I have the www subdomain (www.example.com) pointing to the web app with a CNAME record.
I have the mail server hooked up with MX records (me@example.com).
What I want is to be able to hit the naked domain in the web browser (example.com).
How do I do this?
Bear in mind that if I point a CNAME record to the naked domain it will override the mail server settings. I have access to advanced DNS settings (A, MX, CNAME, TXT, SRV).