Skip to content

verify domain email in hosting via Amplify

0

I uploaded a site via amplify,published DNS records to Route53. Verified domain, but I dont know how to verify domain. is there a way to hace access to a domain email just through Amplify, Rute53 and SES?

1 Answer
0

SES is for sending emails and verifying domains.

Amplify and Route 53 manage web hosting and DNS settings.

Steps to Verify Domain and Set Up Email:

Verify Domain with Amazon SES:
    1. Go to the Amazon SES Console.
    2. Choose “Domains” and click “Verify a New Domain.” (This is under Identities section in SES)
    3. Follow the steps to get a TXT record.
    4. Add this TXT record to your domain’s DNS settings in Route 53.
    5. Wait for SES to verify your domain (can take up to 72 hours).
Sending Emails:
    1. After verification, you can use SES to send emails from your domain (e.g., info@example.com).
AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.