notifications: send_email only supports STARTTLS, not SMTP_SSL #119

Closed
opened 2026-07-05 15:52:48 +00:00 by the.auditor · 0 comments
Owner

send_email in src/kronai/notifications.py:100-108 only supports STARTTLS (port 587). No support for implicit TLS (SMTP_SSL, port 465).

Consider adding an smtp_use_ssl config flag that switches to smtplib.SMTP_SSL instead of smtplib.SMTP.

From PR #118 review suggestion.

`send_email` in `src/kronai/notifications.py:100-108` only supports STARTTLS (port 587). No support for implicit TLS (SMTP_SSL, port 465). Consider adding an `smtp_use_ssl` config flag that switches to `smtplib.SMTP_SSL` instead of `smtplib.SMTP`. _From PR #118 review suggestion._
fuzzy closed this issue 2026-07-05 18:07:05 +00: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
thwap/kronai#119
No description provided.