Replies: 2 comments
-
Maybe the Berry code is to blame? |
Beta Was this translation helpful? Give feedback.
-
I did some further tests without berry, only using the console. Command gives (expected): as the subject is missing. But issuing the command (i.e. the same as above with added subject) restarts the system, giving Is that of any help in search for the reason, why sendmail fails? Could I provide any additional data? Thanks for your advice. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I tried to compile tasmota32 with integrated sendmail functionality using gitpod.
Compilation of plain tasmota32 within gitpod worked fine (Tasmota32 Version is 14.3.0.4(tasmota32)-3_1_0(2024-11-08T06:51:19)). FW works like expected on an ESP32 .
When I activate sendmail in file user_config_override.h, compile also runs through without errors, but after flashing the FW onto the ESP32, the board seems to be reset when using the command sendmail. (The sendmail is triggered in berry code from GPIO 34 going low. Putting GPIO 34 on low works as expected, but after that the board seems to reboot each time I do so.)
I added the following lines to user_config_override.h:
#ifndef USE_SENDMAIL
#define USE_SENDMAIL
#endif
Including the following lines in the file also does not seem to help:
#ifndef USE_ESP32MAIL
#define USE_ESP32MAIL
#endif
Are there probably any additional modules I should add? (Sorry, if I overlooked something in the docs or other discussions.)
Is the any precompiled binary version of tasmota32 which already includes sendmail?
Any help is highly appreciated, thanks.
Some information on the ESP32 board:
Beta Was this translation helpful? Give feedback.
All reactions