Search found 2 matches

by taropal
Sun Oct 20, 2019 2:55 am
Forum: Programs, Libraries and Tools
Topic: uMail - A lightweight SMTP client for MicroPython
Replies: 33
Views: 31520

Re: uMail - A lightweight SMTP client for MicroPython

Hi all, gotten a bit further and uploaded umail.py into the ESP32 and ran the import command during this line, smtp = umail.SMTP('smtp.gmail.com', 465, ssl=True) it reported: Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'SMTP...
by taropal
Fri Oct 18, 2019 12:41 am
Forum: Programs, Libraries and Tools
Topic: uMail - A lightweight SMTP client for MicroPython
Replies: 33
Views: 31520

Re: uMail - A lightweight SMTP client for MicroPython

Hi I am new to Micropython running on ESP32 port. I would like to know how to install this umail module onto the chip. I tried upip to install package but with no avail from the getlib repository. Please advice..