dontsovcmc / waterius

Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
https://waterius.ru
GNU Lesser General Public License v3.0
569 stars 108 forks source link

Ограничение на кол-во символов e-mail - 120 #45

Closed dontsovcmc closed 5 years ago

dontsovcmc commented 5 years ago

http://docs.blynk.cc/#widgets-notifications-email

Maximum allowed email + subject + message length is 120 symbols. However you can increase this limit if necessary by adding #define BLYNK_MAX_SENDBYTES XXX to you sketch. Where XXX is desired max length of your email. For example for ESP you can set this to 1200 max length #define BLYNK_MAX_SENDBYTES 1200. The #define BLYNK_MAX_SENDBYTES 1200 must be included before any of the Blynk includes. Only 1 email per 5 seconds is allowed In case you are using gmail on the Local Server you are limited with 500 mails per day (by google). Other providers may have similar limitations, so please be careful. User is limited with 100 messages per day in the Blynk Cloud;

dontsovcmc commented 5 years ago

Добавил 512 байт, но не тестировал. Вопрос, какую длину строки аргументов поддерживает WifiManager - значение параметров туда улетает.