tool · inferred from evidence
SMTP
A protocol/tool used for email sending, explicitly named in the context of settings.
- SMTP for SigNoz alert notifications not working in self-hosted K8s
Covers this SigNoz problem: SMTP for SigNoz alert notifications not working in self-hosted K8s. Fixed in v0.101.0, per maintainer Nageshbansal (details in SigNoz/signoz#8478).
- GrowthBook self-hosted Error sending email SSL routines ssl3_get_record wrong version number
The maintainer fixed a bug with port 587 and simplified the SMTP settings: you no longer need to specify EMAIL_USE_TLS at all. Port 465 always uses TLS; every other port starts plain and upgrades via STARTTLS if the server supports it.