Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:
Is there a sketch that supports the receiving of email using the Arduino environment on the ESP8266? I can only find support for sending email. I know it's possible because the NodeMCU environment supports it. Any help is appreciated!
receiving e-mail as in acting as an e-mail server, or simply pulling e-mail from another server?
– user2813274Aug 25 '15 at 20:19
Pulling email from another server
– Sam WAug 25 '15 at 20:25
In that case it depends on the interface of the other server that you are pulling the mail from - the easiest might be from a web interface, in which case something like this could work
– user2813274Aug 25 '15 at 22:08