Open SID262000 opened 2 months ago
Tagging @dawidd6 for review and potential response.
Just tried this with postmarkapp.com, and I have the same issue.
Did you try setting secure
input?
These are the settings that work for me
# port 465
server_port: 465
secure: true
ignore_cert: false
# port 587
server_port: 587
secure: false
The question is though, if secure: false
, is their any actual TLS / SSL going on in the background. Because the last thing I want to do is start sending emails without SSL.
Yes port 587
is preferred over 465
now, but SSL is a vital part.
Team,
I'm getting the following error on usage of the emailing service on port 587
I'm also getting a second error on trying the emailing service on port 25
We don't support port 465 usage on our emailing server.
Can you please investigate this and recommend a solution? Thanks!