Hi Renzo
I have tried your suggestion running it from the sample (EMailSenderEsp8266GMailTest.ino).
Although, I have disabled the ESP8266WiFi.h library as per below code example as I am not running my code on the ESP itself, but rather on an Arduino Mega2560 and talking to the ESP8266 over serial.
If I try to enable the ESP8266WiFi.h library it complains as I’ve obviously not selected the ESP via board manager.
I’m not sure of this makes sense.
If I run it as suggested code, nothing happens and no output to the serial port at all.
#include “Arduino.h”
#include <EMailSender.h>
//#include <ESP8266WiFi.h>
#include “WiFiEsp.h”