How to update MX Record
Answered
Asian black bear posted this in #help-forum
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? ThanksAnswered 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.
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.
11 Replies
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.
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
Issue is that the link to the resource is gone now.
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-recordsIssue is that the link to the resource is gone now.
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?
Asian black bearOP
I see. Thanks. I know they had a
https://vercel.com/guides/how-to-manage-vercel-dns-records#adding-dns-records
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
@Asian black bear 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
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.
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
Asian black bearOP
Thanks @Clown