Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP Error: Client network socket disconnected before secure TLS connection was established #143

Closed
PeterXQChen opened this issue Aug 2, 2021 · 4 comments
Labels

Comments

@PeterXQChen
Copy link

Trying to setup Email SMTP notification but keep getting this error when testing.

I've used the same setting for other services and they work fine.

Tried playing around with the settings and changing ports and what not. Nothing works.

@louislam
Copy link
Owner

louislam commented Aug 2, 2021

Can't find related issues.

I suggest you could check/uncheck the "Secure".

#140 (comment)

@PeterXQChen
Copy link
Author

Yes i've tried that setting, nothing works.

@louislam louislam changed the title Client network socket disconnected before secure TLS connection was established SMTP Error: Client network socket disconnected before secure TLS connection was established Aug 2, 2021
@louislam
Copy link
Owner

louislam commented Aug 2, 2021

Found a possible reason, the smtp's TLS probably too old and Node.js no longer supports it.
nodejs/node#21088 (comment)

If you installed the Uptime Kuma via Docker, I built-in Apprise, which also supports SMTP and it is based on Pyhton, it maybe works:

https://github.com/caronc/apprise/wiki/Notify_email

image

@PeterXQChen
Copy link
Author

Thanks! I'll give Apprise a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants