Page 1 of 1
Email from ESP8266
Posted:
Mon Jun 08, 2015 9:38 pm
by tytower
All the details are in this code for Arduino ESP8266 in the file attached
Re: Email from ESP8266
Posted:
Wed Jun 10, 2015 6:29 am
by tytower
As an alternative I went to Ubidots.com and had a play around there for a while . They have an If this then That type service attached to your cloud data recording service and it will send you an email when a condition is met without you having to trust them with your username and password
You have to register with them and create a data source and a variable that you want to regularly update but its all free .
Re: Email from ESP8266
Posted:
Wed Jan 20, 2016 8:14 pm
by UmerShakeel
Hello,
I am using your code but I get an error at the Wifi client line:
// Create an instance of the server
// specify the port to listen on as an argument
WiFiServer server(80);
WiFiClient client;
not sure how to create an instance of the server.
Could you kindly help me with this. Thank you.
Re: Email from ESP8266
Posted:
Wed Jan 20, 2016 8:21 pm
by UmerShakeel
Hi,
I am using your code and I am getting an error at the WiFi server line:
// Create an instance of the server
// specify the port to listen on as an argument
WiFiServer server(80);
WiFiClient client;
I am not sure how to create a wifiserver or how to resolve the problem. I just changed the indicated things in the code and tried running it. Could you help me solve this problem ? Thank you.