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.

2 Answers
1
Accepted Answer

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
answered 7 months ago
profile picture
EXPERT
reviewed 7 months ago
profile pictureAWS
EXPERT
reviewed 7 months ago
1

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
EXPERT
answered 7 months 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