Replies: 3 comments 15 replies
-
Port 587 is used with StartTLS, 465 is the standard TLS port. Please try using 465. |
Beta Was this translation helpful? Give feedback.
-
I did try that as well (it was a recommendation in other issues), however port 465 doesn't seem to be in use by Postmark.
Calls using 465 result in a timeout (as if there is no service listening there). The guideline from the postmark docs appears to be to use 587:
|
Beta Was this translation helpful? Give feedback.
-
well, apparently this "supports TLS natively and STARTTLS as well" doesn't work with go-pkgz/email library which is a thin wrapper on top of go stdlib. If you can reproduce the issue with some small snippet you can submit a ticket to that library. Another thing - what version of remark42 do you use? Support of STARTTLS is not in latest, but in master only. moved to discussions |
Beta Was this translation helpful? Give feedback.
-
I'm having trouble configuring remark to use Postmark's SMTP. The operation fails with a tls related error:
My SMTP settings are as follows:
I did find a few other issues discussing TLS but I couldn't find a way to make it work.
Postmark offers two main ways to authenticate, the one that seems compatible with remark is "SMTP Token".
I tried using any of the supported ports - 25, 2525 and 587 as well was setting both SMTP_TLS=true and/or SMTP_STARTTLS=true.
Is it possible that I'm overlooking something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions