Emails using OPTO and recipes

I have a PAC Control system that is currently using download recipes to populate string tables used in the SendEmail() command. The PAC controller than emails a motorola server which sends the message to our motorola radios. I’d like to add a timestamp to the message. I’ve added string variables for DatetoString() TimetoString(). How do I reference the values of those variables in the display recipe file?

Two thoughts off the top of my head.

  1. Put the date time in the subject.

You can just append it to the string that gets moved to index 0.

  1. Put it in index 3 and then your receipe file from index 4 onwards.

In other words, don’t add it to the PAC Display recipe text/file but rather the email.

That’s perfect! Thank you!