Nut/OS  5.0.5
API Reference
_MAILENVELOPE Struct Reference

Mail envelope structure type. More...

#include <smtpc.h>

Collaboration diagram for _MAILENVELOPE:
[legend]

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.


Field Documentation

Creation date and time.

Referenced by NutSmtpSendMailHeader().

Initial sender, return path.

Referenced by NutSmtpSendMailRequest().

Initial sender, shown in mail client ("Name <mail@domain.com>").

Referenced by NutSmtpSendMailHeader().

Email's subject.

Referenced by NutSmtpSendMailHeader().

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

Recipients' status.

Referenced by NutSmtpSendMail(), and NutSmtpSendMailRequest().


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