30 #include <ArduinoJson.h>
38 int send(String to, String subject, String message, String cc = (
const char *)0, String attachment = (
const char *)0);
void onJsonReceived(JsonObject &root, ShieldEvent *shieldEvent) override
Event called when a valid json message was received. Consumes the proper values for this sensor...
Definition: Email.cpp:65
Definition: VirtualShield.h:50
VirtualShield & shield
Definition: Sensor.h:55
Email(const VirtualShield &shield)
Initializes a new instance of the Email class.
Definition: Email.cpp:40
int send(String to, String subject, String message, String cc=(const char *) 0, String attachment=(const char *) 0)
Initiates an email.
Definition: Email.cpp:52
Definition: ShieldEvent.h:35