mirror of https://github.com/arendst/Tasmota.git
sendmail timeout 2000
This commit is contained in:
parent
0e1e1a15a1
commit
60ea83f41c
|
@ -149,7 +149,7 @@ uint16_t SendMail(char *buffer) {
|
||||||
|
|
||||||
// 2 seconds timeout
|
// 2 seconds timeout
|
||||||
#ifndef MAIL_TIMEOUT
|
#ifndef MAIL_TIMEOUT
|
||||||
#define MAIL_TIMEOUT 500
|
#define MAIL_TIMEOUT 2000
|
||||||
#endif
|
#endif
|
||||||
mail = new SendEmail(mserv,port,user,passwd, MAIL_TIMEOUT, auth);
|
mail = new SendEmail(mserv,port,user,passwd, MAIL_TIMEOUT, auth);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue