I would like it to be possible to set the smtp port from a variable in the email action.
/O2m
I would like it to be possible to set the smtp port from a variable in the email action.
/O2m
You can do it through scripting, in the BeforeAction script event (javascript)
[code]Action.Port = FBVariables.PORT [/code]
Thanks for the trick.
It will come in handy in many other actions.
/O2m