-
Hello, please advise on how to correctly configure sending notifications through the SMTP email client module. I am doing everything according to the instructions https://docs.cloudron.io/apps/nocodb/, but it gives an error.
The logs say the following:
disconnect ip=************* rdns=NXDOMAIN helo="" relay=N early=Y esmtp=N tls=N pipe=N errors=0 txns=0 rcpts=0/0/0 msgs=0/0/0 bytes=0 lr="501 SSL attempted over a non-SSL socket" time=0.011
At the same time, the mailbox itself works correctly for both receiving and sending mail.
-
-
-
@Maxim The term
secure
is incorrectly used. It is secure but what the app means is STARTTLS vs TLS. You can read a bit more here - https://forum.cloudron.io/post/61051 -
-