RCPT TO command: Specify the recipients of the mail

Purpose

Use the RCPT TO command to specify mail recipients.

Restrictions:
  • A maximum of 2000 RCPT TO commands can be processed on a single note. If you have more than 2000 RCPT commands in your batch job, only the first 2000 RCPT commands are processed; the remainder are ignored.
  • You must issue a MAIL FROM command before you can issue an RCPT TO command.

Format

Read syntax diagramSkip visual syntax diagramRCPT TO:<recipient_path_address>

Parameters

recipient_path_address
Specifies the full path address of the mail recipient.
Requirement: The less than (<) and greater than (>) symbols that surround the recipient_path_address parameter in the syntax diagram are required.