Overview
Auto-response emails may contain a link to your helpdesk typically at the bottom of it such as the following:
Helpdesk: http://<SupportDomain>/default
If you wish to remove this link, you need to modify the template. This article provides the steps to modify the template to remove the helpdesk link from auto-response emails.
Prerequisite
- Admin access with permission to update templates and template groups.
Solution
- Log in to the admin control panel.
- From the Home tab, navigate to Templates > Templates.
- Select the template group you wish to modify from the drop-down.
- Select Tickets and locate the templates 'email_ticketautorespondertext' and 'email_ticketautoresponderhtml'.
-
Remove the following line of codes from their respective templates:
From email_ticketautorespondertext:
<{$_language[supportcenterfield]}> <{$_basePath}><{$_templateGroupPrefix}>
From email_ticketautoresponderhtml:<{$_language[supportcenterfield]}> <a href="<{$_basePath}><{$_templateGroupPrefix}>" target="_blank"><{$_basePath}><{$_templateGroupPrefix}></a><br />
</font> - Click Save to save the changes.
NOTE: Removing above mentioned line of codes from the template will remove the helpdesk link from all auto-response emails processed post modifications.