This commit is contained in:
MichaelDvP
2026-08-14 15:35:34 +02:00
parent ef4335156c
commit 48c118fed7
+2 -2
View File
@@ -146,8 +146,8 @@ bool System::command_sendmail(const char * value, const int8_t) {
LOG_DEBUG("Command sendmail port %d%s called with '%s'",
port,
security == EMAIL_SECURITY::SSL ? " (SSL)"
: security == EMAIL_SECURITY::STARTTLS ? ""
: " (STARTTLS)",
: security == EMAIL_SECURITY::STARTTLS ? " (STARTTLS)"
: "",
value);
bool success = false;