vctx:remove_recipient
Last updated March 2020
Name
vctx:remove_recipient — Remove an address from the recipient list
Synopsis
vctx:remove_recipient(address);
Description
Removes an address (which may be a table representing multiple addresses) from the recipient list. If used in an invalid phase (after rcptlist final), this function raises an error.
Enable this function with the statement require('msys.extended.vctx');
.
Was this page helpful?