[autofix.ci] apply automated fixes
This commit is contained in:
parent
f9c9930a3a
commit
8cab4778f9
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user