AddRecipient (Email subroutine): Difference between revisions
Jump to navigation
Jump to search
m (→Usage notes) |
m (→Usage notes) |
||
Line 22: | Line 22: | ||
by some mail servers. | by some mail servers. | ||
The recipient count is the sum of all e-mail addresses added with the <var>AddRecipient</var>, | The recipient count is the sum of all e-mail addresses added with the <var>AddRecipient</var>, | ||
<var>[[ | <var>[[AddCC (Email subroutine)|AddCC]]</var>, and <var>[[AddBCC (Email subroutine)|AddBCC]]</var> methods. | ||
</li> | |||
<li>Recipients added with the <var>AddRecipient</var> method appear in the "To:" | <li>Recipients added with the <var>AddRecipient</var> method appear in the "To:" | ||
header in the e-mail. | header in the e-mail. </li> | ||
</ul> | </ul> | ||
==See also== | ==See also== | ||
{{Template:Email:AddRecipient footer}} | {{Template:Email:AddRecipient footer}} |
Latest revision as of 20:54, 2 September 2014
Add a mail recipient (Email class)
Syntax
email:AddRecipient( name, [nickname])
Syntax terms
An 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.