[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-19 18:29:38 +00:00 committed by GitHub
parent f9c9930a3a
commit 8cab4778f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,10 @@ class SMTP extends NotificationProvider {
} else if (notification.smtpIgnoreSTARTTLS) {
// Disable STARTTLS completely for servers that don't support it
// Connection will remain unencrypted
log.warn("notification", `SMTP notification using unencrypted connection (STARTTLS disabled) to ${notification.smtpHost}:${notification.smtpPort}`);
log.warn(
"notification",
`SMTP notification using unencrypted connection (STARTTLS disabled) to ${notification.smtpHost}:${notification.smtpPort}`
);
config.ignoreTLS = true;
} else {
// Allow STARTTLS (default behavior for ports 25, 587)