P,<br><br>That should work. If the template is in that Queue and the name is the same name as what is normally used by the Global scrips, then that template should override the Global one. We use that same idea (except it is the "To:") for some specific Users (QA Tester) listed in a Custom Field called "QA Approver": <br>
<br>To: {$Ticket->FirstCustomFieldValue('QA Approver')}@<a href="http://lbl.gov">lbl.gov</a><br>Subject: Request Titled: "{$Ticket->Subject}" is ready to begin QA Testing<br><br>-------------------------------------------------------------------------------<br>
TICKET INFORMATION:<br>Queue  : {$Ticket->QueueObj->Name}<br>Number : {$Ticket->Id}<br>Subject: {$Ticket->Subject}<br>-------------------------------------------------------------------------------<br>Priority is: {$Ticket->Priority}<br>
Requestor  : {$Ticket->Requestors->UserMembersObj->First->Name}<br>Created  by: {$Ticket->CreatorObj->Name}<br>Created  on: {substr($Ticket->Created, 0, 10)}<br>Owned    by: {$Ticket->OwnerObj->Name}<br>
Development Started on: {substr($Ticket->Started, 0, 10)}<br><br><br>Could you show what that template looks like, at least the first few lines?<br><br>Kenn<br>LBNL<br><br><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 6:12 AM, polloxx <span dir="ltr"><<a href="mailto:polloxx@gmail.com">polloxx@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Dear list,<br>
<br>
We have an RT server v 3.8.7 with a queue per customer. For one queue<br>
we want change the default from: address.<br>
I've tried this with a customized template with:<br>
<br>
from: <<a href="mailto:support@ourdomain.com">support@ourdomain.com</a>><br>
<br>
in the first line but this does not work.<br>
Other suggestions?<br>
<br>
Thx,<br>
P.<br>
<br>
RT Training in Washington DC, USA on Oct 25 & 26 2010<br>
Last one this year -- Learn how to get the most out of RT!<br>
</blockquote></div><br>