You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the short description and lacking information, I was a bit in a hurry.
I just tried sending an email with the trace option enabled and although the resulting error tuple is different, it turned out to be the same issue as #328 indeed.
Describe the bug
We use gen_smtp for sending emails, currently using postmark SMTP servers. After upgrading to OTP26.0.2, sending e-mails fails with this error:
send email error: :retries_exceeded {:network_failure, ~c"52.208.184.61", {:error, :closed}}
These options are used:
[ relay: "smtp.postmarkapp.com" username: "...", password: "...", port: 587, ]
Platform
The text was updated successfully, but these errors were encountered: