-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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:
`
Metadata
Metadata
Assignees
Labels
No labels