-->
Page 1 of 1

Any experience about mail sending with esp8266 and LUA?

PostPosted: Sun Dec 28, 2014 11:23 am
by Yak54x
Has anybody tried to send mails with the ESP8266 and LUA? I'm trying with telnet on a Fritz box and do not have a running code at the moment. I would prefer a solution on the web, but my provider use encryption.

Re: Any experience about mail sending with esp8266 and LUA?

PostPosted: Mon Dec 29, 2014 5:06 am
by samehhady
why don't you send a GET request to a php page that is hosted on your server, this page accept the email, subject & body parameters.
And the PHP handle sending the mail.