Sending mails with 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.
jms
Posts: 108
Joined: Thu May 05, 2016 8:29 pm
Contact:

Re: Sending mails with esp8266 and micropython

Post by jms » Mon Sep 05, 2016 10:14 am

Email is incredibly intricate at the mercy of multiple external servers any of which can drop it. Do not be fooled into thinking you can just do this or that and it'll work properly.

Jon

Tetje
Posts: 5
Joined: Sat Aug 27, 2016 3:26 pm

Re: Sending mails with esp8266 and micropython

Post by Tetje » Sun May 21, 2017 5:44 am

But whats the difference between sending a mail from the board and sending a mail with your favourite Mail client or Pythons smtplib for PCs?

Thanks for your tips.

Post Reply