sendmail timeout 2000

This commit is contained in:
gemu2015 2019-10-20 11:34:29 +02:00
parent 0e1e1a15a1
commit 60ea83f41c
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ uint16_t SendMail(char *buffer) {
// 2 seconds timeout
#ifndef MAIL_TIMEOUT
#define MAIL_TIMEOUT 500
#define MAIL_TIMEOUT 2000
#endif
mail = new SendEmail(mserv,port,user,passwd, MAIL_TIMEOUT, auth);