Data Fields | |
char | from [SMTP_EMAIL_SIZE_MAX] |
The e-mail address of the sender. | |
char | rcpt [SMTP_RCPT_MAX][SMTP_EMAIL_SIZE_MAX] |
The e-mail addresses of the recipients. | |
int | rcpt_number |
The number of recipients. | |
char * | data |
Mail body to be sent. This must point to a zero terminated string of characters. |
Definition at line 34 of file my_smtp.h.