mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-13 05:34:34 +00:00
typo
This commit is contained in:
+2
-2
@@ -146,8 +146,8 @@ bool System::command_sendmail(const char * value, const int8_t) {
|
|||||||
LOG_DEBUG("Command sendmail port %d%s called with '%s'",
|
LOG_DEBUG("Command sendmail port %d%s called with '%s'",
|
||||||
port,
|
port,
|
||||||
security == EMAIL_SECURITY::SSL ? " (SSL)"
|
security == EMAIL_SECURITY::SSL ? " (SSL)"
|
||||||
: security == EMAIL_SECURITY::STARTTLS ? ""
|
: security == EMAIL_SECURITY::STARTTLS ? " (STARTTLS)"
|
||||||
: " (STARTTLS)",
|
: "",
|
||||||
value);
|
value);
|
||||||
|
|
||||||
bool success = false;
|
bool success = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user