diff --git a/tasmota/sendemail_ESP32.ino b/tasmota/sendemail_ESP32.ino index eefabfbe7..d687b3c62 100644 --- a/tasmota/sendemail_ESP32.ino +++ b/tasmota/sendemail_ESP32.ino @@ -154,8 +154,8 @@ uint16_t SendMail(char *buffer) { #endif - smtp.debug(true); - //smtp.debug(false); + //smtp.debug(true); + smtp.debug(false); message.clearRecipients(); message.clearCc();