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

smtp_mail Struct Reference

This structure defines the information used by the SMTP client to send an e-mail. More...


Data Fields

char from [SMTP_EMAIL_SIZE_MAX]
 The e-mail address of the sender.

char rcpt [SMTP_RCPT_MAX][SMTP_EMAIL_SIZE_MAX]
 The e-mail addresses of the recipients.

int rcpt_number
 The number of recipients.

char * data
 Mail body to be sent. This must point to a zero terminated string of characters.


Detailed Description

This structure defines the information used by the SMTP client to send an e-mail.

Definition at line 34 of file my_smtp.h.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 3 16:23:48 2003 for Common_C_libraries by doxygen1.3-rc1