One plain-text message.
More...
#include <smtp.h>
|
| const char * | to |
| | single recipient address (envelope + To: header)
|
| |
| const char * | subject |
| | Subject: header (null => empty)
|
| |
| const char * | body |
| | plain-text UTF-8 body; LF or CRLF line ends, dot-stuffed for you
|
| |
One plain-text message.
Definition at line 67 of file smtp.h.
◆ to
| const char* SmtpMessage::to |
single recipient address (envelope + To: header)
Definition at line 69 of file smtp.h.
◆ subject
| const char* SmtpMessage::subject |
Subject: header (null => empty)
Definition at line 70 of file smtp.h.
◆ body
| const char* SmtpMessage::body |
plain-text UTF-8 body; LF or CRLF line ends, dot-stuffed for you
Definition at line 71 of file smtp.h.
The documentation for this struct was generated from the following file: