Struct EmailContent

Struct Documentation

struct EmailContent

Content of an email.

Public Functions

inline EmailContent(const std::string &subject_, const std::string &body_)

Constructor.

EmailContent(const EmailContent&) = default

Copy constructor.

Public Members

std::string subject

Subject, which should be one line without any newlines.

std::string body

Body/content, which may have multiple lines.