Ping SMPT server from my EC2 instance

0

Hi,

I have an EC2 instance on which I deployed a spring-boot application. I want to send mails to my users by using Tipimail Saas service. My EC2 instance dont allow out calls to SMTP ports of Timipail server (25/2500/587). I added outbound rules to my security group, checked network ACLs, checked firewalld but no result.

Did any haavee any idea to solve that ?

taca
asked 6 months ago172 views
2 Answers
1
Accepted Answer

SMTP is blocked by default to try and prevent spamming. You can request for the port to be opened, the steps are here https://repost.aws/knowledge-center/ec2-port-25-throttle

profile picture
EXPERT
Steve_M
answered 6 months ago
profile picture
EXPERT
reviewed a month ago
0

Thank you, @Steve_M. The limitation has been removed, and it is now working.

taca
answered 6 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