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!

share|improve this question
    
receiving e-mail as in acting as an e-mail server, or simply pulling e-mail from another server? – user2813274 Aug 25 '15 at 20:19
    
Pulling email from another server – Sam W Aug 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 – user2813274 Aug 25 '15 at 22:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.