TSmtpCli
Contents
Overview
- unit SmtpProt
- inheritance TCustomSmtpCli->TSmtpCli
Component TSmtpCli implements client-side of the Simple Mail Transfer Protocol as specified in RFC 2821, and MIME message format according to RFC 1521 and 2045. Currently supported SMTP Service Extensions for Authentication are AUTH LOGIN, AUTH PLAIN, AUTH CRAM-MD5 and AUTH CRAM-SHA1 (RFC 2554 as well as RFC 1734). The TSmtpCli is working non-blocking, a synchronously working counterpart is also available, see TSyncSmtpCli.
Methods
Abort | Cancel any transactions in progress, close server connection. | |
Auth | Send SMTP command AUTH starting the authentication process. | |
Connect | Connect to the mail server. | |
Create | Constructor | |
Data | Send SMTP command DATA. | |
Destroy | Destructor | |
Ehlo | Send SMTP command EHLO. | |
Helo | Send SMTP command HELO. | |
HighLevelAsync | Execute multiple commands in a chain | |
Execute methods MailFrom, RcptTo, and Data in a chain. | ||
MailFrom | Send SMTP command MAIL FROM | |
Open | Execute methods Connect, Ehlo, and Auth in a chain. | |
Quit | Send SMTP command QUIT | |
RcptNameAdd | Assign recipients to the various recipient lists. | |
RcptTo | Send SMTP command RCPT TO, for each recipient in the lists. | |
Rset | Send SMTP command RSET. | |
ThreadAttach | Attach the component to current thread context. | |
ThreadDetach | Detach the component from current thread context. | |
Vrfy | Send SMTP command VRFY. |