admin管理员组

文章数量:1123377

I need to receive emails from an email address that I can't/shouldn't verify the domain of.

I need to use that specific email with that domain, but I can only verify the email address itself, not the whole domain.

I've verified the email address, and created rule to save the incoming email to an s3 bucket, however this will not work.

Isn't it possible to receive emails without verifying the domain?

I need to receive emails from an email address that I can't/shouldn't verify the domain of.

I need to use that specific email with that domain, but I can only verify the email address itself, not the whole domain.

I've verified the email address, and created rule to save the incoming email to an s3 bucket, however this will not work.

Isn't it possible to receive emails without verifying the domain?

Share Improve this question asked 13 hours ago nycelianycelia 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 1

Just for clarity, SES doesn't enforce sender verification for incoming emails. However to set up the rules for receiving, you do need to validate the receiving email address.

It's also possible to setup rules with wildcards (*@domain.com), however in that case you do need to validate the entire domain.

本文标签: amazon web servicesSES can39t receive incoming emailsStack Overflow