Is there a way to check the status of sending a e-mail in a script. The CLI allows /tool e-mail status, but I can’t figue out how to assign that to a variable in a script.
:local i [/tool e-mail status]; #does not work
Also, tried different variations on the above command with no success.
with :pick you can trim the output to your liking.
Note that in console when you write one line then that is whole script. use curly braces to ensure that you make your script longer, since :local variables work only inside of one script.