| Ticket replies -> Ability to send out <pre></pre> formatted code without tag strip -
12-10-2006, 10:48 AM
I cannot send XML information in the body of my outgoing message, it is parsed out, stripped!
For example, I am trying to explain to someone information to put in their web.config file for their asp.net web site, such as:
<appSettings>
<add key="info" value="info" />
</appSettings>
But I have to instead put this in a text file and include it as an attachment.
Why are we removing this in an outbound (staff reply) e-mail? |