Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

Mail


Functions

int MailLoadConfig (void)
 Load mail config from eeprom.

int MailSaveConfig (void)
 Save mail config to eeprom.

int SendMail (u_char *addresee, u_char *subject, u_char *body)
 Send e-mail.


Function Documentation

int MailLoadConfig void   
 

Load mail config from eeprom.

Function loads configuration of outgoing mail server, and sender e-mail

Examples:
adds/app/mail.

int MailSaveConfig void   
 

Save mail config to eeprom.

Function saves configuration of outgoing mail server, and sender e-mail

Examples:
adds/app/mail.

int SendMail u_char   addresee,
u_char   subject,
u_char   body
 

Send e-mail.

Function sends mail

Parameters:
addresee  E-mail address
subject  Subject string
body  Message
Returns:
0 on fail 1 on success
Examples:
adds/app/mail.


Generated on Thu Jan 30 22:30:57 2003 for EduNet by doxygen1.2.18