[rt-users] Optimization for Outlook HTML

Vlad V. Shpolyanskiy vlad.shpolyanskiy at gmail.com
Wed Apr 29 11:08:45 EDT 2015


Hi, Christopher!
Thanks for the quick reply.
Put it after the blank line, but still no luck.
I've attached the example of email I'm getting as autoresponse.
My siteconfig option looks like:

Set( @CSSFiles, ('msfix.css') );

Probably I missed smth else :(


 29 апреля 2015 г., 17:42:40:

CG> In the template, everything is considered part of the message
CG> headers until there’s a blank line. The style declaration should
CG> be immediately after that blank line. For example, my autoresponse template looks like:

CG> Subject: AutoReply: {$Ticket->Subject}
CG> Content-Type: text/html

CG> <style>
CG> p.MsoNormal, li.MsoNormal, div.MsoNormal
CG> {q{{
CG>         margin:0in;
CG>         margin-bottom:.0001pt;
CG> }
CG> }}
CG> </style>
CG> <p>Greetings,</p>

CG> The same would apply to any other styles you wanted to use in the template.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20150429/ca1b2b04/attachment.html>


More information about the rt-users mailing list