Authentication mechanism not supported. #1425
-
Hi. I am trying to set up email notifications and this is my docker compose environment:
I have email hosting at dynu.com. Created an email account there and trying to connect it to remark42 via SMTP, to make it send notifications from this email account but it doesn't work. Here's the error I get:
I tried all the 25, 26, 2525, 465, 587 ports but it doesn't work. Tried toggling the SMTP_TLS to no avail (getting some different errors, seemingly worse than this one). From all I read online, It should be port 465 and SMTP_TLS needs to be set to true. I know it's a remark42 issue because I connect an email account hosted at dynu without any problem to my email client K-9 mail and it works perfectly fine. I compared both configurations, K-9's and remark's and the difference I see is in the protocol. While K-9 allows for both TLS/SSL (and it works), in remark42 due to its variable SMTP_TLS=true I see that it probably tries only TLS, rather than TLS/SSL. This seems to be the issue in my opinion. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Please try port 587 with SMTP_TLS=false and SMTP_STARTTLS=true. |
Beta Was this translation helpful? Give feedback.
-
I resolved the issue by putting Google in the middle, despite my hate for big tech corps, I had no other choice. Created a google account. Added my dynu email account as a secondary email to google and made it the default sending mail (Sending mail from this gmail account will by default use my dynu custom email). Then simply connected the gmail to remark42. Through the process there was only a single issue. POP3 access to Gmail account is no longer possible, to bypass this simply set up 2fa on your google account and use an app password. |
Beta Was this translation helpful? Give feedback.
I resolved the issue by putting Google in the middle, despite my hate for big tech corps, I had no other choice.
Created a google account. Added my dynu email account as a secondary email to google and made it the default sending mail (Sending mail from this gmail account will by default use my dynu custom email). Then simply connected the gmail to remark42.
Through the process there was only a single issue. POP3 access to Gmail account is no longer possible, to bypass this simply set up 2fa on your google account and use an app password.