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. | |
Mail envelope structure type.
Creation date and time.
Referenced by NutSmtpSendMailHeader().
| char* _MAILENVELOPE::mail_from |
Initial sender, return path.
Referenced by NutSmtpSendMailRequest().
Initial sender, shown in mail client ("Name <mail@domain.com>").
Referenced by NutSmtpSendMailHeader().
| char* _MAILENVELOPE::mail_subj |
Email's subject.
Referenced by NutSmtpSendMailHeader().
| char* _MAILENVELOPE::mail_body |
Email's text body.
Referenced by NutSmtpSendMail().
| char* _MAILENVELOPE::mail_rcpt[MAX_MAIL_RCPTS] |
List of recipients, real mail address.
Referenced by NutSmtpSendMail(), and NutSmtpSendMailRequest().
| char* _MAILENVELOPE::mail_rcpt_header[MAX_MAIL_RCPTS] |
List of recipients, shown in mail client ("Name <mail@domain.com>").
| uint8_t _MAILENVELOPE::mail_rcpt_stat[MAX_MAIL_RCPTS] |
Recipients' status.
Referenced by NutSmtpSendMail(), and NutSmtpSendMailRequest().