Mail envelope structure type. More...
#include <smtpc.h>

Data Fields | |
| time_t | mail_date |
| Creation date and time. | |
| char * | mail_from |
| Initial sender, return path. | |
| char * | mail_from_header |
| Initial sender, shown in mail client ("Name <mail@domain.com>"). | |
| char * | mail_subj |
| Email's subject. | |
| char * | mail_body |
| Email's text body. | |
| char * | mail_rcpt [MAX_MAIL_RCPTS] |
| List of recipients, real mail address. | |
| char * | mail_rcpt_header [MAX_MAIL_RCPTS] |
| List of recipients, shown in mail client ("Name <mail@domain.com>"). | |
| uint8_t | mail_rcpt_stat [MAX_MAIL_RCPTS] |
| Recipients' status. | |
Creation date and time.
Definition at line 88 of file smtpc.h.
Referenced by NutSmtpSendMailHeader().
| char* _MAILENVELOPE::mail_from |
Initial sender, return path.
Definition at line 90 of file smtpc.h.
Referenced by NutSmtpSendMailRequest().
Initial sender, shown in mail client ("Name <mail@domain.com>").
Definition at line 92 of file smtpc.h.
Referenced by NutSmtpSendMailHeader().
| char* _MAILENVELOPE::mail_subj |
| char* _MAILENVELOPE::mail_body |
| char* _MAILENVELOPE::mail_rcpt[MAX_MAIL_RCPTS] |
List of recipients, real mail address.
Definition at line 98 of file smtpc.h.
Referenced by NutSmtpSendMail(), and NutSmtpSendMailRequest().
| char* _MAILENVELOPE::mail_rcpt_header[MAX_MAIL_RCPTS] |
| uint8_t _MAILENVELOPE::mail_rcpt_stat[MAX_MAIL_RCPTS] |
Recipients' status.
Definition at line 102 of file smtpc.h.
Referenced by NutSmtpSendMail(), and NutSmtpSendMailRequest().