msys.policyeditor.get_mailfrom
Last updated March 2020
Name
msys.policyeditor.get_mailfrom — Return the envelope sender
Synopsis
msys.policyeditor.get_mailfrom(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use local mf = msg:mailfrom()
to get the sending address. For more information see msg:mailfrom.
Description
Return the envelope sender.
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.
There are no defined parameters for params
.
See Also
Was this page helpful?