Nut/OS  4.10.3
API Reference
_MAILENVELOPE Struct Reference

Mail envelope structure type. More...

#include <smtpc.h>

Collaboration diagram for _MAILENVELOPE:

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.

Detailed Description

Mail envelope structure type.

Definition at line 86 of file smtpc.h.


Field Documentation

Creation date and time.

Definition at line 88 of file smtpc.h.

Referenced by NutSmtpSendMailHeader().

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().

Email's subject.

Definition at line 94 of file smtpc.h.

Referenced by NutSmtpSendMailHeader().

Email's text body.

Definition at line 96 of file smtpc.h.

Referenced by NutSmtpSendMail().

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]

List of recipients, shown in mail client ("Name <mail@domain.com>").

Definition at line 100 of file smtpc.h.

Recipients' status.

Definition at line 102 of file smtpc.h.

Referenced by NutSmtpSendMail(), and NutSmtpSendMailRequest().


The documentation for this struct was generated from the following file: