SMTP Component |
The SMTP control is used to send Internet mail using the SMTP protocol (the Internet mail standard). (NOTE: The following is a very short description. For more information, please consult the help files that come with the respective package.) |
The control supports message delivery to multiple recipients through the To, Cc, and BCc properties. Simply specify the destination email addresses separated by commas.
The interface of the control is open-ended. New features, including MIME attachments can be supported by using the OtherHeaders property.
A number of events provide feedback during the operation of the control. The Transfer event is fired during message delivery to show the number of bytes delivered. The PITrail event traces the commands that are sent to the server and the respective replies.
This control requires a Winsock 1.1 compliant TCP/IP stack. This means that the Winsock stack installed in the system must have a version of at least 1.1. In particular, Windows 95, 98, and NT machines with Winsock 2.0 are fully supported.
PROPERTIES |
EVENTS |