smtp-client
SMTP Client C Library
smtp_header Struct Reference
+ Collaboration diagram for smtp_header:

Data Fields

char * key
 
char * value
 

Detailed Description

List of email headers to send before the mail body.

Definition at line 135 of file smtp.c.

Field Documentation

◆ key

char* smtp_header::key

Header name which will get sorted alphabetically in the header list.

Definition at line 139 of file smtp.c.

Referenced by smtp_header_add(), smtp_header_clear_all(), smtp_header_cmp(), smtp_header_cmp_key(), and smtp_print_header().

◆ value

char* smtp_header::value

Content of the corresponding header key.

Definition at line 144 of file smtp.c.

Referenced by smtp_header_add(), smtp_header_clear_all(), and smtp_print_header().


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