Numeric response codes expected on successful completion of the SMTP RCPT TO command.
RCPTTO_ACCEPT: array [0..1] of SmallInt = (250, 251);
RCPTTO_ACCEPT is an array of SmallInt constant that represents the numeric response codes expected on successful completion of the SMTP RCPT TO command.
RCPTTO_ACCEPT contains the following numeric response codes:
Value Meaning |
---- ----------------------------------------------
|
250 Requested mail action okay, completed |
251 User not local; will forward to -path |
RCPTTO_ACCEPT is used in the internal Send methods for the base class.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|