[PR #4635] [CLOSED] 4632 email implement tls ssl #12889

Closed
opened 2025-12-29 22:24:12 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4635
Author: @fgadot
Created: 5/13/2020
Status: Closed

Base: developHead: 4632-email-implement-tls-ssl


📝 Commits (2)

📊 Changes

3 files changed (+12 additions, -0 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+4 -0)
📝 netbox/netbox/configuration.example.py (+4 -0)
📝 netbox/netbox/settings.py (+4 -0)

📄 Description

Implemented TLS/SSL with the following options:
EMAIL_USE_TLS, EMAIL_USE_SSL, EMAIL_SSL_CERTIFICATE, EMAIL_SSL_KEYFILE

Those options are False by default.

The documentation has been updated too.


🔄 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/netbox-community/netbox/pull/4635 **Author:** [@fgadot](https://github.com/fgadot) **Created:** 5/13/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `4632-email-implement-tls-ssl` --- ### 📝 Commits (2) - [`4a8176f`](https://github.com/netbox-community/netbox/commit/4a8176f60c8500a4f7abb6190ce8d392846176d4) #4632 - [`9627eb3`](https://github.com/netbox-community/netbox/commit/9627eb3e9f5823dac9bcf1a74ab600061f11fc1d) #4632 ### 📊 Changes **3 files changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+4 -0) 📝 `netbox/netbox/configuration.example.py` (+4 -0) 📝 `netbox/netbox/settings.py` (+4 -0) </details> ### 📄 Description Implemented TLS/SSL with the following options: EMAIL_USE_TLS, EMAIL_USE_SSL, EMAIL_SSL_CERTIFICATE, EMAIL_SSL_KEYFILE Those options are False by default. The documentation has been updated too. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:24:12 +01:00
adam closed this issue 2025-12-29 22:24:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12889