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"; doneOutput:
PORT 25: CLOSED
PORT 465: CLOSED
PORT 587: CLOSED
PORT 2525: CLOSEDI want to use SMTP over https apis. And I want to use SES. What should I do to make it work?
1 Replies
Status changed to Open Railway • about 1 month ago
Status changed to Closed 0x5b62656e5d • about 1 month ago