I want to create a script using the email address entered in tools/email/from
Is there a constant variable for this?
For example,
/tool e-mail send to=“built in email variable” subject=$x body=$x
Is there something I can replace “built in email variable” with?
Thanks.
Run in terminal:
:put [/tool e-mail get from]
i.e. you need just read property “from” and use it.
To see available properties for e-mail run in terminal:
:put [/tool e-mail get]
Thanks. I actually had that, but I had email instead of e-mail, and it didn’t work. Once I changed it to e-email it worked!
Where do I find all the variables for everything?