-
|
Extending the environment.yaml of my pretty fresh setup, my Sync-in log shows an error re. MAILER environment.yaml snippet: Is there anything that I can do here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
This looks like Node is rejecting the TLS certificate chain presented by the SMTP server before Sync-in gets to the actual mail send step. For port openssl s_client -connect web0109.zxcs.nl:465 -servername web0109.zxcs.nl -showcerts </dev/nullLook at the final Practical fixes, in order:
I would only use If that solves the mail setup, please mark the answer so the certificate-chain fix is easy to find later. |
Beta Was this translation helpful? Give feedback.
-
|
Great help from @yudin-s |
Beta Was this translation helpful? Give feedback.
GOT IT!
As an alternative to the generic mail server url (which is prescribed by my ISP) there's also the url mail.my-domian.tld that is forwarded to it.
After making the following change in environment.yaml
The Sync-in log shows:
So I guess that fixed it (for port 587)
How can I make Sync-in to send out an email?