WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions

Simple Mail Transfer Protocol. More...

Collaboration diagram for SMTP:

Functions

int8 send_mail (uint8 s, uint8 *sender, uint8 *passwd, uint8 *recipient, uint8 *subject, uint8 *content, uint8 *pSip)
 Send email. More...
 

Detailed Description

Simple Mail Transfer Protocol.

Function Documentation

int8 send_mail ( uint8  s,
uint8 *  sender,
uint8 *  passwd,
uint8 *  recipient,
uint8 *  subject,
uint8 *  content,
uint8 *  pSip 
)

Send email.

This function send mail and parses the reply from mail server.

Parameters
sa socket number
senderpointer to the sender
passwdpointer to the password
recipientpointer to the recipient
subjectpointer to the subject of mail
contentpointer to the content of mail
pSippointer to the server ip
Returns
RET_OK: Success
RET_NOK: Error

Definition at line 79 of file smtp.c.