Data Fields | |
char | id [SMTP_ID_SIZE] |
The client identification (HELO command). | |
int | port |
TCP port used to the server (default is 25). | |
char | host [SMTP_HOSTNAME_SIZE] |
Host name of the server that runs the SMTP server. | |
long | connect_timeout_sec |
Connexion timeout in seconds. | |
long | connect_timeout_micro |
Connexion timeout in micro seconds. | |
long | read_timeout_sec |
Read timeout in seconds. | |
long | read_timeout_micro |
Read timeout in micro seconds. |
Definition at line 57 of file my_smtp.h.