Search found 232 matches: send email

Return to advanced search

Re: Send email alert

by oskar ¦ Mon Jan 19, 2015 3:59 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39791

... inputing the command sequence in the interpreter i can connect and send email through gmail smtp but not with any of the scripts in this thread. The module just restart ...

Re: Send email alert

by Erni ¦ Mon Jan 19, 2015 10:48 am ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39791

Using @lightbulb's example here http://www.esp8266.com/viewtopic.php?f=19&t=1157&start=10 I made a script for a mail sender with a smtp server that require login authentication (in my case smtpcporp ) The password and username should be Base64 encoded : https://www.base64encode.org/ ...

Re: Send email alert

by raz123 ¦ Wed Jan 14, 2015 11:26 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39791

This works in lua but takes a lot of memory: sendmail=function(from,to,subject,body,server) local handle_response = function(conn,response,step,state) ... Thomas Could the email body be a file attachment from the ESP8266's flash? Could be useful if you'd ...

Re: Send email alert

by awball ¦ Tue Jan 13, 2015 11:11 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39791

Looks good! Would I save this as a .lua file then run it as a function? Actually I just need to find some time and to update the lua firmware and learn through trial and error. It's the best way to learn. It looks promising might need to set it up and test at work. I think a major selling point of l...