Am I required to use SES to get out of the sandbox?

1

Greetings,

We are attempting to host a CRM on an EC2 instance, but I discovered in a previous attempt that AWS blocks outgoing mail ports by default, so I applied twice for an increase in our sending limit but our use case was rejected both times without explanation (presumably because we were not using SES).

My questions is am I required to use SES in order to send mail on AWS?

  • Good luck! I've had support inquiries open more than a month on this issue and they keep passing the buck and fluffing their ticket counts... and they won't even let me use SES. They say for me to use SES, but then I get stuck in a loop between their departments... Oh, and it's support that I've literally paid for! It's laughable at this point.

已提问 8 个月前288 查看次数
2 回答
2
已接受的回答

Hi,

You don't need to rely on SES to send email out of AWS EC2 or Lambda, by default outbound email is restricted but you can get that access removed.

But it is a best practice to use AWS SES. If you are using SES you should run it in production mode for your application because SES Sandbox is only for testing purposes.

This link may be helpful https://repost.aws/knowledge-center/ec2-port-25-throttle

Thanks, Abhishek

profile picture
已回答 8 个月前
profile picture
专家
已审核 7 天前
profile picture
专家
已审核 8 个月前
profile pictureAWS
专家
已审核 8 个月前
2

Hello.

If you are using AWS, it is easy to set up Amazon SES.
However, it is not absolutely necessary to have Amazon SES to send emails.
For example, you can build a mail server on EC2, or use a mail server you already have on-premise.
In rare cases, an EC2 IP address may be registered in the block list and fail to send out emails, so basically we recommend using Amazon SES or similar.

profile picture
专家
已回答 8 个月前
profile picture
专家
已审核 7 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则