AddRecipient (Email subroutine)
This method lets you add an SMTP mail recipient to the SMTP request that is sent to the server.
AddRecipient syntax
%email:AddRecipient(name, [nickname])
Syntax terms
A previously declared Email object. | |
name | A string expression that contains an email address:
a userid, followed by an at sign (@), followed by a domain name. |
nickname | An optional string expression that contains a familiar name associated
with the e-mail address. |
Usage Notes
- Mail servers should be able to accept as many as 100 or more distinct recipients for a single mail message, though stricter limits may be imposed by some mail servers. The recipient count is the sum of all e-mail addresses added with the AddRecipient, AddCc, and AddBcc methods.
- Recipients added with the AddRecipient method appear in the “To:” header in the e-mail.