AlertMe
AlertMe copied to clipboard
Arduino library for sending email and SMS from nothing but the ESP8266!
I tried it with my own smtp info, no luck. I could not connect to my smtp. Next, I created a gmail email address, set less security access, rebooted, etc....
https://github.com/xreef/EMailSender
Hello, it seems after the first time I configure the device and power cycle it, there is a password set on the access point. Can anyone help me understand what...
deleted
in line 66 of the example, you have ` if(config_pin == LOW){ // Short pin to GND for config AP` now shouldn't that be `if (DigitalRead(config_pin)==LOW){` ?
Arduino IDE 1.8.4 on a Wemos D1 R2 Library compiles and works as expected, configuration via 'AlertMe Configuration' AP with scanning is smooth (and is a fantastic feature!) and I...
Is there a way to load the smtp port and server information without having to do it through the AP? I am developing a board for automating a daily function...