I created a subdomain for Mailgun, mail.example.com, and added all the DNS settings they told me to add (TXT, CNAME, MX).
After adding the MX records on mail.example.com I added a route in the Mailgun settings which catches mail coming to something@mail.example.com and forwards to my Gmail, and that all works fine.
How would I catch mail coming to something@example.com (the root domain, not the subdomain)?
Do I just add the MX records (mxa.mailgun.org and mxb..) on the root domain also?