WIZlib Library API
ver 1.0
WIZlib Library API User Menual
|
Simple Mail Transfer Protocol. More...
Functions | |
int8 | send_mail (uint8 s, uint8 *sender, uint8 *passwd, uint8 *recipient, uint8 *subject, uint8 *content, uint8 *pSip) |
Send email. More... | |
Simple Mail Transfer Protocol.
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.
s | a socket number |
sender | pointer to the sender |
passwd | pointer to the password |
recipient | pointer to the recipient |
subject | pointer to the subject of mail |
content | pointer to the content of mail |
pSip | pointer to the server ip |