Internet Protocols Module User’s Guide : PART II Packages of the Internet Protocols Module : Chapter 7 The SMTP Package
Chapter 7 The SMTP Package
Introduction
The Simple Mail Transfer Protocol (SMTP) is an Internet protocol for mail transfer. Detailed information is in RFC 0821, on the IETF website at http://tools.ietf.org/html/rfc821.
Classes in the SMTP Package
This package includes the following classes:
Header Files
The rw/smtp directory contains a header file for each class. The header file names have the form classname.h. For example, the header file for RWSmtpAgent is RWSmtpAgent.h.
You can also use the umbrella header file, smtp.h, which includes the header files for all classes in the SMTP package.