Internet Direct (Indy)
Home
PreviousUpNext
TIdSMTP Class

Implements a Simple Mail Transfer Protocol (SMTP) client.

Pascal
TIdSMTP = class(TIdSMTPBase);

TIdSMTP is a TIdSMTPBase descendant that implements a Simple Mail Transfer Protocol (SMTP) client, as specified in the Internet Standards documents: 

RFC 821 - Simple Mail Transfer Protocol  

RFC 1869 - SMTP Service Extensions  

RFC 2197 - SMTP Service Extension for Command Pipelining  

RFC 2554 - SMTP Service Extension for Authentication  

During initialization of the component, resources are allocated for the following properties: 

 

 

During initialization of the component, the default values for the following properties are assigned: 

 

 

Use TIdPOP3 or TIdIMAP4 to retrieve E-Mail messages from a mail server to the user's computer.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.