Search found 4 matches

by ScotsDon
Sat Dec 19, 2020 10:31 am
Forum: Programs, Libraries and Tools
Topic: uMail - A lightweight SMTP client for MicroPython
Replies: 33
Views: 31707

Re: uMail - A lightweight SMTP client for MicroPython

Many thanks, davef. Will take a close look when I get some time. Christmas and family are pressing!
by ScotsDon
Fri Dec 18, 2020 7:29 pm
Forum: Programs, Libraries and Tools
Topic: uMail - A lightweight SMTP client for MicroPython
Replies: 33
Views: 31707

Re error reporting: uMail - A lightweight SMTP client for MicroPython

I am using uMail in an esp32. This runs autonomously in a box, logging data, and emails data to me. Occasionally the email fails, for which the causes could be my broadband is down or Google is playing up. This causes the ESP32 to crash. Is there a way to detect errors and take some action, so avoid...
by ScotsDon
Thu Jul 23, 2020 3:18 pm
Forum: Programs, Libraries and Tools
Topic: uMail - A lightweight SMTP client for MicroPython
Replies: 33
Views: 31707

Re: uMail - A lightweight SMTP client for MicroPython

OK I've got this fully working now, so ignore the previous post. For the benefit of any other novices, this is what you do: 1 From Github (address provided in this topic above), go to CODE and download the zip file. This contains the software. 2 Unzip it and place the contents in the " workspace " f...
by ScotsDon
Wed Jul 22, 2020 9:35 pm
Forum: Programs, Libraries and Tools
Topic: uMail - A lightweight SMTP client for MicroPython
Replies: 33
Views: 31707

Re: uMail - A lightweight SMTP client for MicroPython

I have fallen at the first fence. How do you set up the "import umail" on an ESP32 development board? I am using uPyCraft from a Windows 10 PC to talk to the ESP32. I have flashed micropython to the board and run a simple micropython program to flash an LED on the board, so that works. I have downlo...