I have a query in my mdq that I run in a map rule, generating a text file as output. What I am tying to do next is in a subsequent map, read in that text file and send the contents as the body of an email. It seems no matter what I do, I can't get it to work. I can successfully generate an email with the name of the text file and the network directory location of the text file, but when I try to put the actual contents of the text file into the email body, I get nothing. I am reading in the file as a blob, if that makes any difference. I know this is probably elementary, and if I can generate and send an email with the name of the file and its directory location, I should be able to send the contents. If anybody has any ideas, I'd appreciate hearing them.