connornishijima / AlertMe

Arduino library for sending email and SMS from nothing but the ESP8266!
GNU General Public License v3.0
67 stars 17 forks source link

loading smtp port and server #1

Open graphite-elegance opened 7 years ago

graphite-elegance commented 7 years ago

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 and if something goes wrong with the equipment I would like to send a SMS and your library is exactly what I am looking for. I just don't want to incorporate the AP function. I am going to have all of the details of my machine set up in a web page, including the local wifi set-up and I would include all of the information you require, I save it to eprom for safety.

Thanks