Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email receiving only allowed from 3 regions #136

Open
lowrykun opened this issue Jul 29, 2022 · 1 comment
Open

Email receiving only allowed from 3 regions #136

lowrykun opened this issue Jul 29, 2022 · 1 comment

Comments

@lowrykun
Copy link

This is more of a documentation request... I have most of my AWS running in California (us-west-1). So I created the lambda and followed the instructions until I got to the section on email receiving rules. The SES > Configuration > Email Receiving option wasn't there. Email receiving is only supported in three regions:

https://docs.aws.amazon.com/ses/latest/dg/regions.html#region-endpoints

The lambda has to exist in the same region to be used in an email rule, so I had to move it over.

@arithmetric
Copy link
Owner

@lowrykun Thanks for reporting this issue. I'm planning to add the following to the documentation. Let me know if you have any suggestions or corrections.

SES only allows receiving email in certain regions (at the time of writing: us-east-1, us-east-2, and eu-west-1), and the Lambda script must be created in the same region as SES receives email. See: https://docs.aws.amazon.com/ses/latest/dg/regions.html#region-endpoints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants