Search found 6 matches

by kysodev
Mon Apr 11, 2022 12:56 am
Forum: ESP8266 boards
Topic: looking for a user friendly smtplib alternative for emailing
Replies: 6
Views: 3615

Re: looking for a user friendly smtplib alternative for emailing

Have you got print statements in your WiFiconnect to show: Sorry only just seen this, It appears we're on a bit of a time difference, 1:55am here for me :lol: The MicroPython version is 1.18, specifically "esp8266-20220117-v1.18.bin". Sadly not got an ESP62 around. I have another of the same board ...
by kysodev
Sun Apr 10, 2022 8:04 am
Forum: ESP8266 boards
Topic: looking for a user friendly smtplib alternative for emailing
Replies: 6
Views: 3615

Re: looking for a user friendly smtplib alternative for emailing

Just want to clarify that the only thing required for uMail to work is that the umail.py file is on the board, either in it's own file or directly in the code and that I use the example code from the github page, replacing the log in details for my own and host, port etc at a bare minimum for this t...
by kysodev
Sun Apr 10, 2022 7:57 am
Forum: ESP8266 boards
Topic: looking for a user friendly smtplib alternative for emailing
Replies: 6
Views: 3615

Re: looking for a user friendly smtplib alternative for emailing

I believe you only have uMail. I have been using it for the last year or more. Yes, just copy paste the code into a file called umail.py and place it in flash on your device. There is a long umail thread, does that error get mentioned? I seem to recall seeing that one during initial implementation....
by kysodev
Sun Apr 10, 2022 7:29 am
Forum: ESP32 boards
Topic: ESP32 sending email
Replies: 5
Views: 2946

Re: ESP32 sending email

Looks like I have been using uMail for more than a year. I gave up on the ESP8266 as my programs were getting too big and trying to make frozen code for that device was beyond me. Are you using pip on the desktop? There were some recent posts on Email attachments using uMail, which work well. On th...
by kysodev
Sat Apr 09, 2022 1:24 pm
Forum: ESP8266 boards
Topic: looking for a user friendly smtplib alternative for emailing
Replies: 6
Views: 3615

looking for a user friendly smtplib alternative for emailing

Hi, would like to start off by saying my knowledge of programming is with iOS programming and Swift so what not a great deal of experience with low level stuff/git/pip/terminal etc. I've been learning a bit of Python after tinkering around with a little ESP8266 (NodeMCU) and a TFT display with C cod...
by kysodev
Sat Apr 09, 2022 10:51 am
Forum: ESP32 boards
Topic: ESP32 sending email
Replies: 5
Views: 2946

Re: ESP32 sending email

I spent many hours looking for a SMTP implementation that would work with Micropython on the ESP32 board, eventually using uMail. Hi, I know this is an old thread but I figured since the last person didn’t respond after stating they would try uMail that it may well have worked for them. I’m current...