You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use this on the ESP32 next generation ESP8266 chip.
I made a couple of very simple mods changing
#include <ESP8266WiFi.h> to #include <WiFi.h> and
byte _packetBuffer[48]; to unsigned char _packetBuffer[48]; in line 19 of NTP.h.
I also needed to add #include <WiFiClientSecure.h> to the ESPMailer.h file.
Trying to email from smtp.comcast.net I get the error below. Any ideas appreciated.
`..................Connected
to WiFi
<
Error while processing following command:
`
The text was updated successfully, but these errors were encountered:
I wanted to use this on the ESP32 next generation ESP8266 chip.
I made a couple of very simple mods changing
#include <ESP8266WiFi.h> to #include <WiFi.h> and
byte _packetBuffer[48]; to unsigned char _packetBuffer[48]; in line 19 of NTP.h.
I also needed to add #include <WiFiClientSecure.h> to the ESPMailer.h file.
Trying to email from smtp.comcast.net I get the error below. Any ideas appreciated.
`..................Connected
to WiFi
<
Error while processing following command:
The text was updated successfully, but these errors were encountered: