File Information
Library: IoT/Mailer
Package: MailerService
Header: IoT/Mailer/MailerService.h
Variables
attachments
std::vector < Attachment > attachments;
bcc
std::vector < Recipient > bcc;
cc
std::vector < Recipient > cc;
content
std::string content;
contentType
std::string contentType = "text/plain";
subject
std::string subject;
to
std::vector < Recipient > to;