AWS SES domain identity verification and MAIL FROM configuration

0

There is a requirement of sending emails via SES with from address as "reports@app.mydomain.com". I own a domain name (mydomain.com) and have created and verified the Domain identity "mydomain.com" by adding the 3 CNAME records. Also, I have configured "Mail From" domain as "app.mydomain.com" and added the respective MX, TXT records.

Will I be able to send emails using from address as "reports@app.mydomain.com" by verifying the domain "mydomain.com" only ? or Do I need to verify "app.mydomain.com" as another domain identity?

1 Answer
2

Hi Divyansh Agarwal

In Amazon SES, you can send emails using any email address under a domain that you've verified. When you verify a domain in SES, such as "mydomain.com", you can send emails from any email address under that domain, including "reports@app.mydomain.com".

Since you've already verified "mydomain.com" and configured the "Mail From" domain as "app.mydomain.com", you should be able to send emails using the "reports@app.mydomain.com" address without the need to separately verify "app.mydomain.com" as another domain identity.

Just make sure that the "app.mydomain.com" is properly configured in the DNS settings with the required MX and TXT records, and ensure that the email sending code or configuration in SES specifies the "reports@app.mydomain.com" address as the sender.

In summary, verifying "mydomain.com" should be sufficient for sending emails from any address under that domain, including "reports@app.mydomain.com".

answered a month 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.

Guidelines for Answering Questions