tag because I want to send plain text emails. I'm using the classic ASP ReadAll method to pull the template into a string: Dim TextStream Set TextStream = FSO.OpenTextFile(Filepath, ForReading, False, TristateUseDefault) ' Read file in one hit Dim Contents GetTemplate = TextStream.ReadAll ' return file contents