Struct EmailRecipients
Defined in File info.hpp
Struct Documentation
-
struct EmailRecipients
Recipients of an email.
Public Functions
-
inline EmailRecipients(const std::vector<std::string> &to_, const std::vector<std::string> &cc_, const std::vector<std::string> &bcc_)
Default constructor.
-
inline explicit EmailRecipients(const std::string &to_)
Constructor with only a single “to” email.
-
EmailRecipients(const EmailRecipients&) = default
Copy constructor.
-
inline EmailRecipients(const std::vector<std::string> &to_, const std::vector<std::string> &cc_, const std::vector<std::string> &bcc_)