Skip to main content

Name

vctx:recipient_list — Return or set the current recipient list

Synopsis

vctx:recipient_list(addresses);

addresses: string, optional

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?