Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
AnthonyA Offline
New Member
 
Posts: 8
Join Date: May 2008
Question Questions about e-mail auto responder - 08-05-2008, 01:33 AM

Hi all,

Our company recently bought Support Suite. We're running version 3.20.02.

I'm having some trouble working out a few things that I would like to modify:

1. On the ticket auto responder, I would like to remove Priority from the email. i.e:

Ticket ID: 16
Subject: testing priority one more time
Department: Support
Priority: Normal
Status: Open

Also I would like to remove the ability for customers to log on to view and update tickets i.e:

You can check the status of or reply to this Ticket online at: New Threats - Home
Email: anthony.XXXX@staff.XXXX.com
Password: XXXXX

Appreciate the help.

Cheers.
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,554
Join Date: Aug 2006
Location: Mumbai, India
08-05-2008, 06:52 AM

You need to edit the email_autoresponder template to remove whatever you do want the software to send it the email.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
AnthonyA Offline
New Member
 
Posts: 8
Join Date: May 2008
12-05-2008, 02:16 AM

Thanks, i've tried that however nothing seems to change. Does it have a timer when it reloads the scripts?

I tried numerous times and each time the autoresponder sent through with the priority even though I removed every trace of it in the autoresponder.
   
Reply With Quote
  (#4) Old
craigbrass Offline
Senior Member
 
Posts: 7,902
Join Date: Jun 2005
Location: Cumbria, UK
12-05-2008, 08:53 AM

You need to go Admin CP -> Diagnostics -> Rebuild Cache or clear out the /cache/ directory using FTP software after making the change.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Click here for Kayako Software Development

My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako
   
Reply With Quote
  (#5) Old
trinity0159 Offline
New Member
 
Posts: 1
Join Date: Oct 2008
13-10-2008, 06:45 PM

I too am having the same problem I have tried to clear the cache and still not working. Any dieas?
   
Reply With Quote
  (#6) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 270
Join Date: Oct 2007
Location: Jakarta, Indonesia
14-10-2008, 02:40 AM

Quote:
Originally Posted by trinity0159 View Post
I too am having the same problem I have tried to clear the cache and still not working. Any dieas?
Have you created multiple template groups and are perhaps trying to edit a template from the wrong group?


Matthew Arciniega
Free: Ticket List & Search | Dept. Display Names
Free: Outlook/HTML Tickets| Staff Parser Log
Tutorials: SLA System
| Template Groups
KSS v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4
   
Reply With Quote
  (#7) Old
thill Offline
New Member
 
thill's Avatar
 
Posts: 12
Join Date: Aug 2008
Wink Removing Email and Password from auto_responder - 14-10-2008, 02:48 PM

Quote:
Originally Posted by AnthonyA View Post
Hi all,

Our company recently bought Support Suite. We're running version 3.20.02.

I'm having some trouble working out a few things that I would like to modify:

1. On the ticket auto responder, I would like to remove Priority from the email. i.e:

Ticket ID: 16
Subject: testing priority one more time
Department: Support
Priority: Normal
Status: Open

Also I would like to remove the ability for customers to log on to view and update tickets i.e:

You can check the status of or reply to this Ticket online at: New Threats - Home
Email: anthony.XXXX@staff.XXXX.com
Password: XXXXX

Appreciate the help.

Cheers.

Tyr this code in the autoresponder template, it worked to remove the email and password that showed up in the ticket confirmation autoresponder:

<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$ticket[fullname]}>,<BR>
<BR>
<{$language[arintro]}><BR>
<BR>
&nbsp;&nbsp;&nbsp;<b><{$language[articketid]}></b><{$ticket[fticketid]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arsubject]}></b><{$ticket[subject]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[ardepartment]}></b><{$ticket[department]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arpriority]}></b><{$ticket[priority]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arstatus]}></b><{$ticket[status]}><BR>
<BR>
<{$language[arsubfooter]}><a href="<{if $iswhmcs == false}><{$swiftpath}>index.php<{else}><{$_swiftpat h}>viewticket.php<{/if}>?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>"><{if $iswhmcs == false}><{$swiftpath}><{else}><{$_swiftpath}><{/if}></a><BR><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
&nbsp;&nbsp;&nbsp;<b><{$language[aremail]}></b><{$ticket[email]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arpassword]}></b><{$user[userpasswordtxt]}><BR>
<{/if}>
<BR><{if $newscount != 0}>
<{foreach key=newskey value=newsitem from=$news}>
<b><{$newsitem[index]}>.</b> <a href="<{if $iswhmcs == false}><{$swiftpath}>index.php<{else}><{$_swiftpat h}>announcements.php<{/if}>?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>"><{$newsitem[subject]}></a><BR>
<{/foreach}>
<BR>
<{/if}>
<{$language[arfooter]}><BR>
<BR>
<{$settings[general_companyname]}><{if $queuesignature != ""}><BR><{$queuesignature}><{/if}></font><{else}><{$ticket[fullname]}>,
<{$language[arintro]}>
<{$language[articketid]}><{$ticket[fticketid]}>
<{$language[arsubject]}><{$ticket[subject]}>
<{$language[ardepartment]}><{$ticket[department]}>
<{$language[arpriority]}><{$ticket[priority]}>
<{$language[arstatus]}><{$ticket[status]}>
<{$language[arsubfooter]}><{if $iswhmcs == false}><{$swiftpath}>index.php<{else}><{$_swiftpat h}>viewticket.php<{/if}>?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
<{$language[aremail]}><{$ticket[email]}>
<{$language[arpassword]}><{$user[userpasswordtxt]}>
<{/if}>
<{if $newscount != 0}>
<{foreach key=newskey value=newsitem from=$news}>
<{$newsitem[index]}>. <{$newsitem[subject]}>
<{if $iswhmcs == false}><{$swiftpath}>index.php<{else}><{$_swiftpat h}>announcements.php<{/if}>?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>
<{/foreach}>
<{/if}>
<{$language[arfooter]}>
<{$settings[general_companyname]}><{if $queuesignature != ""}>
<{$queuesignature}><{/if}><{/if}>
done 10/01/08
   
Reply With Quote
Reply

Tags
responder

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Howto disable the auto responder Marc SupportSuite, eSupport and LiveResponse 41 08-11-2008 03:29 PM
I need to add message along with the Auto responder text aparnav SupportSuite, eSupport and LiveResponse 4 22-01-2008 11:18 AM
I want to attach my original message along with my auto responder text(signature).. aparnav SupportSuite, eSupport and LiveResponse 0 19-01-2008 11:12 AM
3.10.02 Template Group, Company Name in Auto Responder netFusion SupportSuite, eSupport and LiveResponse 1 16-03-2007 01:41 AM
CC and Bcc people are not receiving auto responder mails THey are getting only conte vineethshyam SupportSuite, eSupport and LiveResponse 4 01-10-2006 01:56 AM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78