AWS forwarding email to a gmail account
- by user2433617
So I registered a domain name. I then set up a static webpage using aws (S3 and Rout53). Now what I want to do is forward any email I get from that custom domain name to a personal email address I have set up.
I can't seem to figure out how to do this.
I have these record sets already:
A
NS
SOA
CNAME
I believe I have to set up an MX record but not sure how.
say I have the custom domain [email protected] and I want to redirect all email to [email protected].
The personal email account is a gmail (google accounts) email address.
Thanks.