MX and CName in DNS settings

Hi everyone!

I’m trying to get better with DNS settings and have come across an interesting challenge. I want to set up a domain to both have an MX record (for Amazon WorkMail account) as well as a CNAME (for the site).

This works perfectly for the www subdomain, but unfortunately it doesn’t work for the null subdomain.

To clarify, www.myDomain.com works, the MX works (email is working!), but myDomain.com DOESN’T work

Netlify site name:
admiring-hugle-73f521.netlify.app

I’m sorry I’m very new to DNS settings. I went through messwithdns.com which helped a ton but didn’t go over this exact topic. Any help would be much appreciated. Thank you!!
Here’s a screenshot of my DNS settings in Netlify:

Hi @mdk0027

Welcome to the forums

Have you looked the the Netlify DNS documentation? If using Netlify DNS, there is no need to have a CNAME record pointing to your Netlify site. You should see (if correctly configured) two NETLIFY DNS entries e.g.

You can then add in MX, and other record types to point to other locations e.g.

Ah thank you! I had previously deleted those by accident - got it corrected now. Thanks again!