Why are DNS changes not taking effect after several days? can't verify DNS from Mailgun
I'm hosting an application with Azure App Service with a custom domain, and it works.
I use Mailgun as an email provider for my application. To do that, you have to verify control of the domain name.
I entered the MX and TXT records in the DNS zone on the Azure portal for my application that Mailgun requires. It's been 4 days, and the changes are not showing up in public DNS checker tools. When I use nslookup in a terminal however, the MX records do show up, so I'm confused.
What am I missing? The net effect here is I can't use Mailgun to send email and have it showing as coming from my application domain, which is a problem.