This is a simple code snippet of how to read from text with imacros

Code:
CMDLINE !DATASOURCE c:\locationoftext\email.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
As you can see you need to change the location of the text to the proper location on your hard drive

And to replace the line it reads you just put this..

Code:
{{!COL1}}
Wherever you put that it will grab the current read line and put the info into the spot.. Simple as that..