<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Charles,<br>
<br>
<br>
    You can override this a couple of ways. One is to change your
RT_SiteConfig.pm. The other is to replace the "From:" heading in ALL
the templates you use with what you want. The following is an example
of what we have for ALL our templates:<br>
<br>
Subject: Request Titled: "{$Ticket->Subject}" has been Rejected!<br>
<br>
-----------------------------------------------------------------------------<br>
TICKET INFORMATION:<br>
Queue  : {$Ticket->QueueObj->Name}<br>
<br>
    You could do the same thing like this:<br>
<br>
From: {$Ticket->OwnerObj->Name}<br>
<br>
-----------------------------------------------------------------------------<br>
TICKET INFORMATION:<br>
Queue  : {$Ticket->QueueObj->Name}<br>
<br>
    In this example, I'm replaceing the "From:" that normally appears
with the name of the ticket owner. You also have to be sure to
following ANY header replacement line with a blank line just before the
body. Hope this helps.<br>
<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 4/6/2009 10:53 AM, Charles Kugelman wrote:
<blockquote
 cite="mid:9E0168DD8BF6954A9096D2B8E40A55F31C3BBBC8@EXKPBYSB1.alpha.kaplaninc.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 11 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Verdana;
        color:windowtext;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
  </style>
  <div class="Section1">
  <p class="MsoNormal"><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana;">All,<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana;"><o:p> </o:p></span></font></p>
  <p class="MsoNormal"><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana;">My queue description is
appearing in the From field on
email messages sent by RT.<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana;"><o:p> </o:p></span></font></p>
  <p class="MsoNormal"><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana;">I’m not sure where in
RT I would go to change this
behavior.<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana;"><o:p> </o:p></span></font></p>
  <p class="MsoNormal"><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana;">Any ideas?<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana;"><o:p> </o:p></span></font></p>
  <p class="MsoNormal"><strong><b><font face="Verdana" size="2"><span
 style="font-size: 10pt; font-family: Verdana; font-weight: normal;">-CK</span></font></b></strong><b><span
 style="font-weight: bold;"><o:p></o:p></span></b></p>
  <p class="MsoNormal"><font face="Times New Roman" size="3"><span
 style="font-size: 12pt;"><o:p> </o:p></span></font></p>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a></pre>
</blockquote>
</body>
</html>