EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 59

no-image

EZ800000100STS

Manufacturer Part Number
EZ800000100STS
Description
SOFTWARE TCP/IP SOURCE CODE
Manufacturer
Zilog
Type
Protocol Stackr
Datasheets

Specifications of EZ800000100STS

Tool Type
Programming Software
Core Architecture
Z8
For Use With/related Products
eZ80 Acclaim! MCU
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
mail
RM004012-0707
SMTP Function
Include
Prototype
Description
Argument(s)
Zilog TCP/IP Stack supports one simple mail transport protocol (SMTP)
function mail, which is described below.
#include "smtp.h"
INT16 mail(INT8 *Addr,
UINT16 port,
INT8 *subject,
INT8 *to,
INT8 *from,
INT8 *usrname ,
INT8 *passwd,
INT8 *data,
INT8 *error,
UINT16 errorlen)
To allow you to send email messages using the SMTP, ZTP provides the
mail
specified SMTP server or port. The function establishes a TCP connec-
tion for the mail transfer. The same API can be used for both sending
SMTP mail with CRAM-MD5 algorithm authentication.
Addr
port
subject
function. The
A pointer to a character string containing the name or IP
address (in decimal/dotted notation) of the SMTP server.
The SMTP port to use (normally 25).
A pointer to a character string containing the
the mail message.
mail
function sends an SMTP mail message to a
Zilog TCP/IP Stack API
Reference Manual
ZTP API Reference
Subject:
text in
51

Related parts for EZ800000100STS