Search found 232 matches: send email

Return to advanced search

Re: String length send to Thingspeak problem

by swilson ¦ Wed Mar 11, 2015 7:42 pm ¦ Forum: Arduino ¦ Topic: String length send to Thingspeak problem ¦ Replies: 19 ¦ Views: 26745

OK, so working with lua it still does the same thing. 83 characters work and 84 characters give me the 400 bad request. Gonna send an email to thingspeak and see if they have any idea.

Re: Send email alert

by dadangluki ¦ Tue Mar 10, 2015 3:41 am ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 40015

You can try http://www.gmx.com/. I also have same problem sending email with gmail and ymail. I have not tested it with nodemcu but with putty and my wiznet Wiz200 ...

Re: Send email alert

by swilson ¦ Sat Mar 07, 2015 4:39 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 40015

... 1) conn:on("receive", function(conn, payload) print(payload) end) conn:on("connection", function(conn,payload) print("sending...") conn:send("EHLO\r\n"); conn:send("AUTH LOGIN\r\n"); conn:send("username\r\n");--username conn:send("password\r\n"); ...

Re: Send email alert

by swilson ¦ Sat Mar 07, 2015 11:50 am ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 40015

Anybody got a working init.lua and a script file that is working on gmail with LUA now for a newbie. Wanting to test some things with sending email through gmail but cannot get any of this to connect. Thanks.