Page 1 of 1

Insert text into an email?

Posted: Mon Oct 31, 2011 6:47 pm
by stevefromdodge
I would like to insert the text from a small text file into an email and then send it.Ideas?

Insert text into an email?

Posted: Tue Nov 01, 2011 4:28 am
by Oleg
Use {TextFile()} variable
(find it in "Files & Folders" group)

Put into the message body such string:
{TextFile(c:\myfilder\MyFile.txt)}

RoboTask will replace this string to text from the file.