Search found 232 matches: send email

Return to advanced search

Re: Introducing esp-httpd: webserver on an ESP8266.

by Sprite_tm ¦ Fri Apr 03, 2015 6:53 am ¦ Forum: ESP-HTTPD Project ¦ Topic: Introducing esp-httpd: webserver on an ESP8266. ¦ Replies: 292 ¦ Views: 670674

... I like the current setup. If you want to have something changed, send me a merge request by either email or posting it here, and I'll look it over and merge it. Alternatively, if it's something ...

Re: String length send to Thingspeak problem

by swilson ¦ Thu Apr 02, 2015 9:30 am ¦ Forum: Arduino ¦ Topic: String length send to Thingspeak problem ¦ Replies: 19 ¦ Views: 26050

... arduino and the esp. I have no clue. I ended up doing it a different way. I am just using a esp-12 by itself with nodemcu code. I setup a local email server (non-ssl) that allows only my the ip range of the esp to relay mail. It connects to the local mail server and sends the email to me. I ...

Re: Send email alert

by picstart ¦ Mon Mar 23, 2015 10:26 am ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39457

Well, The smtp-email.lua in the nodemcu examples is nice as far as a template goes. The issue with lua is it is often very close to the cliff edge where almost any additional code sends the code space over the cliff. Now if this ...

Send and Read Emails

by SoftwareDev ¦ Mon Mar 16, 2015 9:42 am ¦ Forum: Script Examples ¦ Topic: Send and Read Emails ¦ Replies: 1 ¦ Views: 6428

I wrote some examples for sending and reading email: Sending Email: CcRbFIJ8aeU Reading Email: PDxTR_KJLhc You can get the code in my github fork under "lua-examples/email" and "lua-modules/email", "/lua_modules/base64/" ...