Topic Path: Symbol Reference > Files > IdSMTPBase.pas
ContentsIndexHome
PreviousUpNext
IdSMTPBase.pas

Contains Classes and Constants needed to implement the common ancestor for an SMTP client and an SMTP Relay agent.

IdSMTPBase.pas contains Classes and Constants needed to implement the common ancestor for an SMTP client and an SMTP Relay agent.

TIdSMTPRelay.pas 

TIdMessageClient.pas 

TIdSMTPBase 

TIdSMTP 

TIdSMTPRelay

Class 
Description 
Specifies the interface for an SMTP client or a SMTP relay agent. 
Constant 
Description 
Value indicating SMTP command pipelining is enabled. 
Numeric response code indicating data has been successfuly sent to a SMTP server. 
SMTP command sent to a server prior to sending the content of a message. 
Numeric response code expected after successful transmission of a message. 
Default value for the TIdSMTPBase.Pipeline property. 
Default value for the TIdSMTPBase.UseEHLO property. 
Numeric response code expected on successful completion of the SMTP MAIL FROM command. 
SMTP command sent to identify the From email address used during SMTP protocol exchanges. 
Numeric response codes expected on successful completion of the SMTP RCPT TO command. 
SMTP command used to identify the recipient email addresses in an SMTP protocol exchange. 
SMTP response code expected on successful completion of the SMTP RSET command. 
Represents the SMTP RSET command used to reset the SMTP session. 
Represents the X-MAILER header value added during transmission of a message using a SMTP protocol exchange. 
Type 
Description 
Event type signalled when one or more of the recipients in an email message fail during transmission using the SMTP protocol. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.