vctx:recipient_list
Last updated March 2020
Name
vctx:recipient_list — Return or set the current recipient list
Synopsis
vctx:recipient_list(addresses);
Description
If called with no arguments, this function returns the current recipient list. If passed an addresses
parameter, this replaces the current recipient list. The parameter may be a single address or a table of addresses.
Warning
This function should not be called in the validate_rcptto phase.
Enable this function with the statement require('msys.extended.vctx');
.
See Also
Was this page helpful?