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 天前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南