Let's say you have a variable MY_VAR declared as Dim MY_VAR, string You want to insert it into email message. Here is how (JAL example): Dim MY_VAR, string Set MY_VAR, "test values" Dim my_message, string ConcatEx "This message includes ", MY_VAR, ". That's it.", my_message MessageSend "Exchange Settings", "password", "name@domain.com", "This is subject", my_message Of course the value of MY_VAR does not have to be hard-coded. You can calculate it any way you want. Please check additional examples available in MailSend help topic (click the Examples button on the help window button bar). : I'm new to 24x7 so apologies in advance if this is : a simple question. How can I print the value of a : variable in the body of an email being sent by : the Scheduler ? : All suggestions welcome. : Jane
|