Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Examples  

smtp_connexion_config Struct Reference

This structure defines the information used by the SMTP client to connect to the server. More...


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.


Detailed Description

This structure defines the information used by the SMTP client to connect to the server.

Definition at line 57 of file my_smtp.h.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 18 16:33:53 2003 for Common_C_libraries by doxygen1.3-rc1