DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
SmtpMessage Struct Reference

One plain-text message. More...

#include <smtp.h>

Public Attributes

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
 

Detailed Description

One plain-text message.

Definition at line 67 of file smtp.h.

Member Data Documentation

◆ 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: