sending email with the esp8266 and micropython

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
ideal2545
Posts: 12
Joined: Tue May 17, 2016 9:08 am

sending email with the esp8266 and micropython

Post by ideal2545 » Thu May 26, 2016 3:59 am

Hi Guys,

Has anyone had luck sending emails through the ESP8266. I tried the lib provided here for smptlib: viewtopic.php?f=11&t=1047

I had to adjust it a bit to import SSL properly, but when I do an import of smtplib I run out of memory. Is there another recommended way perhaps?

Post Reply