smtp-client
SMTP Client C Library
|
Data Fields | |
char * | |
char * | name |
enum smtp_address_type | type |
char | pad [4] |
char* smtp_address::email |
Email address without any special formatting.
For example: mail@ exam ple.c om
Definition at line 99 of file smtp.c.
Referenced by smtp_address_add(), smtp_address_clear_all(), smtp_append_address_to_header(), and smtp_mail_envelope_header().
char* smtp_address::name |
Description of the email address.
Definition at line 104 of file smtp.c.
Referenced by smtp_address_add(), smtp_address_clear_all(), and smtp_append_address_to_header().
enum smtp_address_type smtp_address::type |
Specify from, to, cc, bcc.
Definition at line 109 of file smtp.c.
Referenced by smtp_address_add(), smtp_append_address_to_header(), and smtp_mail().