Can you post an example of the code you are using?
Re: send email example
Posted: Wed Jul 27, 2016 1:07 pm
by Ecoli-557
Absolutely. I have removed the actual email logins, mailer, and passwords..... It is just 2 statements: the 1st one sets up the mailer as I understand it? setupemail "mail server name here.com", 587, "email address here", "email login password here"
And the 2nd one is the one to send an email: email "to whom@somewhere.com", "from me@ somewhere.com", "ESP8266 SMS test", "Item1 button has been pushed"