Next.js Discord

Discord Forum

How to update MX Record

Answered
Asian black bear posted this in #help-forum
Open in Discord
Avatar
Asian black bearOP
Hello, I am trying to update MX Record for an app deployed on Vercel, but seems the UI has changed since the last time I did it. Can someone respond with an online resources or step-by-step guide on how to configure it? Thanks
Answered by Clown
I dont know about other providers but Cloudflare provides a way to easily add email forwarding.

It should still be possible in other providers too, although some might require you to manually add the MX records and set them up correctly unlike Cloudflare which does it automatically.
View full answer

11 Replies

Avatar
Clown
MX records are emails tho
What even are you trying to do?
Do you mean to add a domain ?
CNAME record are what you mean ig since you have been trying to write for a while.
Avatar
Asian black bearOP
I am trying to set it up on our domain so we can send/receive emails. I did it once for a domain that was deployed, and back then you see a link that asks to View DNS Records - where you can access the MX, A, CNAME etc: https://vercel.com/guides/how-can-i-debug-a-dns-record#mail-and-mx-records
Issue is that the link to the resource is gone now.
Avatar
Clown
Vercel doesnt provide that, or atleast not anymore from my knowledge
You need to either use a third party service or use the DNS provider itself to setup a MX record and to handle the redirections for you
Which provider are you using? Godaddy, Cloudflare, IONOS?
Avatar
Asian black bearOP
I see. Thanks. I know they had a Add preset dropdown on the DNS Records page once. I guess it's not a feature anymore.
https://vercel.com/guides/how-to-manage-vercel-dns-records#adding-dns-records
Avatar
Clown
I dont know about other providers but Cloudflare provides a way to easily add email forwarding.

It should still be possible in other providers too, although some might require you to manually add the MX records and set them up correctly unlike Cloudflare which does it automatically.
Answer
Avatar
Asian black bearOP
Thanks @Clown