[PR #685] [MERGED] Add support for SMTP with implicit TLS #1009

Closed
opened 2026-02-26 00:30:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/685
Author: @facorazza
Created: 8/2/2022
Status: Merged
Merged: 8/9/2022
Merged by: @cuu508

Base: masterHead: master


📝 Commits (4)

  • d148e7a Add support for SMTP with implicit TLS
  • 3e82366 Add SMTP setup example with implict TLS
  • 299dc83 Restored legacy defaults and added support for EMAIL_USE_SSL
  • 4b9f42d Merge branch 'healthchecks:master' into master

📊 Changes

4 files changed (+29 additions, -7 deletions)

View changed files

📝 README.md (+20 -7)
📝 hc/local_settings.py.example (+1 -0)
📝 hc/settings.py (+1 -0)
📝 templates/docs/self_hosted_configuration.md (+7 -0)

📄 Description

I've added EMAIL_USE_SSL to the environment variables handled by settings.py and changed the default SMTP port to 465 which is the recommended one over 587. I've also set their default value to False as they can't be both True at the same time. A user who wants to use either one has to specify the correct one.

I've also updated the README.md with the new configuration setup.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/685 **Author:** [@facorazza](https://github.com/facorazza) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 8/9/2022 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`d148e7a`](https://github.com/healthchecks/healthchecks/commit/d148e7ad3d20f4b2eb3d4bf5e381d38e31d446a8) Add support for SMTP with implicit TLS - [`3e82366`](https://github.com/healthchecks/healthchecks/commit/3e823669ee3c21ea078946b9a7caa5920dfc730f) Add SMTP setup example with implict TLS - [`299dc83`](https://github.com/healthchecks/healthchecks/commit/299dc83dd6ee568efc820f6ad040d9ce903068d9) Restored legacy defaults and added support for EMAIL_USE_SSL - [`4b9f42d`](https://github.com/healthchecks/healthchecks/commit/4b9f42d5ba9e25528c6dd083854c14c60783f157) Merge branch 'healthchecks:master' into master ### 📊 Changes **4 files changed** (+29 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+20 -7) 📝 `hc/local_settings.py.example` (+1 -0) 📝 `hc/settings.py` (+1 -0) 📝 `templates/docs/self_hosted_configuration.md` (+7 -0) </details> ### 📄 Description I've added `EMAIL_USE_SSL` to the environment variables handled by `settings.py` and changed the default SMTP port to `465` which is the recommended one over `587`. I've also set their default value to `False` as they can't be both `True` at the same time. A user who wants to use either one has to specify the correct one. I've also updated the `README.md` with the new configuration setup. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#1009
No description provided.