mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-15 12:26:33 +03:00
rename sendmail and add security list instead of checkbox
This commit is contained in:
@@ -29,11 +29,8 @@
|
||||
#ifndef FACTORY_EMAIL_ENABLE
|
||||
#define FACTORY_EMAIL_ENABLE false
|
||||
#endif
|
||||
#ifndef FACTORY_EMAIL_SSL
|
||||
#define FACTORY_EMAIL_SSL false
|
||||
#endif
|
||||
#ifndef FACTORY_EMAIL_STARTTLS
|
||||
#define FACTORY_EMAIL_STARTTLS true
|
||||
#ifndef FACTORY_EMAIL_SECURITY
|
||||
#define FACTORY_EMAIL_SECURITY 2
|
||||
#endif
|
||||
#ifndef FACTORY_EMAIL_PORT
|
||||
#define FACTORY_EMAIL_PORT 587
|
||||
@@ -108,8 +105,7 @@ class WebSettings {
|
||||
uint8_t modbus_max_clients;
|
||||
uint32_t modbus_timeout;
|
||||
bool email_enabled;
|
||||
bool email_ssl;
|
||||
bool email_starttls;
|
||||
uint8_t email_security;
|
||||
String email_server;
|
||||
uint16_t email_port;
|
||||
String email_login;
|
||||
|
||||
Reference in New Issue
Block a user