I’m reading a text file into the body of an email using getfile and passing the results to smtp body. My text file contains some Hex carriage returns (0A) and line feeds (0D) but when I send my email using charset = text/plain it just shows a continuous string with the 0A and 0D’s. How can I format plain text using smtp? I don’t want to send html formatted emails as some of our clients can’t receive these. Any help would be appreciated.