letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.22k stars 2.2k forks source link

Email notifications do not work #2249

Closed gumileeev closed 5 years ago

gumileeev commented 5 years ago

Hello. ESP_Easy_mega-20190116_normal_ESP8266_4096 nodemcu v3 Email notifications do not work.

TD-er commented 5 years ago

How do you try to send it? Did the same configuration work before?

gumileeev commented 5 years ago

How do you try to send it? Did the same configuration work before?

I have not used this feature before. E-mail settings are 100% working (only port 465), I tried 2 mails, with these parameters, I successfully send letters "Domotics". It does not work at the very beginning, when I try to send a test from the add email menu.

TD-er commented 5 years ago

Can you show the settings (with account login + password removed)?

gumileeev commented 5 years ago

Of course screen

TD-er commented 5 years ago

Just as a test, could you try to use only "Latin" characters? I don't know how well Unicode characters work.

Edit: Apparently port 465 demands to use an SSL connection, which is not implemented right now. source

SSL takes way too much memory, so you should try to use a mail provider which accepts non-SSL connections like smtp2go.

gumileeev commented 5 years ago

Thank! Mail really earned! The certificate SSL was to blame