smtp-client
SMTP Client C Library
|
Data Fields | |
enum smtp_address_type | address_type |
char | email [1000] |
enum smtp_address_type mailx_address::address_type |
See smtp_address_type.
Definition at line 34 of file mailx.c.
Referenced by mailx_address_append(), and mailx_send().
char mailx_address::email[1000] |
Email address.
Definition at line 39 of file mailx.c.
Referenced by mailx_address_append(), and mailx_send().