Search found 232 matches: send email

Return to advanced search

Re: Send email alert

by RogerClark ¦ Mon Jan 12, 2015 7:08 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39708

Do you mean send and email from LUA on the ESP8266 or generally send an email It is possible to send emails, but I'm not sure if LUA ...

Send email alert

by awball ¦ Mon Jan 12, 2015 4:40 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39708

Is it possible to send email from the esp?
I'm tossing around the idea of a temperature based email alert, but not sure about the best approach.

It seems like the slightly round about method would be to set up a form on my router running ddwrt so the esp can send and "submit" a form.

Re: SPI Slave Mode

by decibit ¦ Tue Dec 30, 2014 9:25 pm ¦ Forum: Hardware Specific ¦ Topic: SPI Slave Mode ¦ Replies: 26 ¦ Views: 41908

... transfer rates for large data volume, i only need occasional packet sending every 30 ms or so for small packets like 256 bytes. HSPI would work ... a) SPI_CODE_141204.rar b) HSPI-Mode SDK c) SPI-Mode SDK And why must i email someone to get anything? 5) Regarding "SPI slave mode" operation: ...

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.