Hi,<br><br>I'm trying to send HTML emails from RT3. I added to the template the content type header:<br><br>     Content-Type: text/html<br><br>But without luck. I can see two parts of the email - HTML and text in the ticket message text area but I receive the source of HTML email in my mailbox:<br>

<br><pre class="text geshifilter-text" style="font-family: monospace;">Content-type: multipart/alternative; boundary="----------=_1284128112-9991-5"
This is a multi-part message in MIME format... ------------=_1284128112-9991-5
Content-Type: text/plain; charset="utf-8" Dear Dude How are you?
------------------------------------------------------------------------------
------------=_1284128112-9991-5 Content-Type: text/html; charset="utf-8" Dear
Dude
How are you?
 
------------------------------------------------------------------------------
 
------------=_1284128112-9991-5--</pre>Moreover, when I added another header to change subject:<br><br><pre>  Subject: AutoReply: {$Ticket->Subject}
</pre>I didn't see that it worked as well. So, my question is. Do I need to upgrade my RT3 to the latest version because 3.8.2 has some bugs with headers or I just need to enable some option in the config file?<br><br>

Any help will be very appreciated.<br><br clear="all"><br>-- <br>Cheers,<br>Michael<br>