Change Email Header in RT

| | Comments (0)

I wanted to change the email headers in RT’s autoreply emails to come from “do-not-reply” instead of the actual queue email address. This way an autoresponse to the autoresponder would bounce instead of polluting our ticket queue. After looking through the RT modules the fix is actually quite simple and only required adding the desired header fields to the top of the template. The adjusted template is below:

From: "{$Ticket->QueueObj->Description()}" <do-not-reply@inetops.com>
Reply-To: do-not-reply@inetops.com
Subject: {$Ticket->Subject}


** This is an Auto-Response **

Greetings,

This message has been automatically generated in response to the
creation of a trouble ticket, a summary of which appears below.
There is no need to reply to this message right now.

Please include the string:

    [{$rtname} #{$Ticket->id}]

in the subject line of all future correspondence about this issue.

                        Thank you,
                        {$Ticket->QueueObj->Description()}
                        {$Ticket->QueueObj->CorrespondAddress()}

-------------------------------------------------------------------------

{$Transaction->Content()}

Leave a comment

About this Entry

This page contains a single entry by Max Clark published on November 29, 2007 12:14 PM.

Ceiling Fans Under Lights was the previous entry in this blog.

Reboot Linux box after a kernel panic is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

View Max Clark's profile on LinkedIn
Powered by Movable Type 4.1