msys.policyeditor.get_rcptto
Last updated March 2020
Name
msys.policyeditor.get_rcptto — Return the recipient
Synopsis
msys.policyeditor.get_rcptto(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use local recip = msg:rcptto() to get the RCPT TO email address. For more information see msg:rcptto.
Description
Return the recipient.
The ctx parameter is the context containing objects from the callout, vars is a table containing script variables and params is a table containing parameters to be passed to this routine.
See Also
Was this page helpful?