[rt-users] How to set the Queue Mailsender Realname

Brook Schofield B.Schofield at mailbox.gu.edu.au
Wed Feb 26 20:11:10 EST 2003


At 04:36 PM 26/02/2003 +0100, Panizzon Benoit wrote:
>Is is possible to alter the Queue Correspondence address Realname?
>
>Now it is:
>From: "queuename" <support at address.com>
>
>They would preffer something like:
>From: "Foobar Support" <support at address.com>

I changed:

#       my $friendly_name=$self->TicketObj->QueueObj->Name;
         my $friendly_name=$self->TicketObj->QueueObj->Description;

in /opt/rt2/lib/RT/Action/Autoreply.pm so that the queue Description was 
used rather than queue Name.

>When a supporter replies to a ticket the reply has the Address:
>
>"Supporterrealname via RT" <support at address.com>
>
>The same here, they would preffer:
>"Foobar Support" <support at address.com>

Search for:

$self->SetHeader('From', "\"$friendly_name via RT\" <$replyto>");

within /opt/rt2/lib/RT/Action/SendEmail.pm

-Brook

=========================================================================
=     _/_/_/ _/_/_/ _/_/_/ _/_/_/ _/  _/ Brook Schofield                =
=    _/  _/ _/  _/ _/  _/ _/  _/ _/ _/   B.Schofield at mailbox.gu.edu.au  =
=   _/_/   _/_/_/ _/  _/ _/  _/ _/_/     Ph: +61 7 387 53779 - WCN 0.28 =
=  _/  _/ _/ _/  _/  _/ _/  _/ _/ _/     Directory Services Integration =
= _/_/_/ _/  _/ _/_/_/ _/_/_/ _/  _/     Griffith University QLD 4111   =
=========================================================================




More information about the rt-users mailing list