Insert text into an email?

Discuss RoboTask here
Post Reply
stevefromdodge
Posts: 30
Joined: Tue Apr 05, 2011 3:39 pm

Insert text into an email?

Post by stevefromdodge »

I would like to insert the text from a small text file into an email and then send it.Ideas?
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Insert text into an email?

Post 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.
Post Reply