xreef / EMailSender

Arduino, esp32, Esp8266 EMailSender with Arduino IDE, simple library to send email via smtp with attachments.
https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/
MIT License
74 stars 26 forks source link

No output #16

Closed gabrielestentella closed 3 years ago

gabrielestentella commented 3 years ago

I've uploaded the code on my esp8266 module, but it doesn't send any email, moreover i can se only this output on the serial monitor:

ets Jan 8 2013,rst cause:4, boot mode:(3,7)

wdt reset load 0x4010f000, len 3584, room 16 tail 0 chksum 0xb0 csum 0xb0 v2843a5ac ~ld

how can I solve?

xreef commented 3 years ago

Hi, what code did you upload and which esp8266 did you use? Bye Renzo

gabrielestentella commented 3 years ago

I've just solved, thank you