AWS SES SMTP times out
landorid
FREEOP

a month ago

I am on a pro plan.

I restarted my service.

AWS SES SMPT still times out. (listmonk, deployed from railway lib)

I ssh-d into the service as you said

Input:

H="email-smtp.eu-west-1.amazonaws.com"; for P in 25 465 587 2525; do (timeout 1 bash -c "</dev/tcp/$H/$P" 2>/dev/null && echo "PORT $P: OPEN") || echo "PORT $P: CLOSED"; done

Output:

PORT 25: CLOSED
PORT 465: CLOSED
PORT 587: CLOSED
PORT 2525: CLOSED

I want to use SMTP over https apis. And I want to use SES. What should I do to make it work?

Closed$20 Bounty

1 Replies

Status changed to Open Railway about 1 month ago


Please do not create duplicate threads.


Status changed to Closed 0x5b62656e5d about 1 month ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...