6

I have domain name(exmple.com) and DNS. I want email at admin@exmple.com is forwarded to mymail@gmail.com. there is any way to forwarding using MX recoder in DNS. If it is possible tell me how to update MX record ? Thanks

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
anand sharma
  • 61
  • 1
  • 6
  • This question is answered here - https://stackoverflow.com/questions/17382003/using-mx-records-to-forward-email-to-another-domain – Cool Breeze May 28 '21 at 04:10
  • Does this answer your question? [Using MX Records to Forward Email to Another Domain](https://stackoverflow.com/questions/17382003/using-mx-records-to-forward-email-to-another-domain) – Cool Breeze May 29 '21 at 05:11

1 Answers1

3

It is not possible. The MX record answers the question "To send an email to a given domain name, which host should I contact?". Since what you want to do involves the local parts of email addresses, it falls outside of the realm of DNS.

Calle Dybedahl
  • 5,228
  • 2
  • 18
  • 22