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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
bbfla Offline
New Member
 
Posts: 1
Join Date: Jul 2007
Disable Autoclose E-Mails - 23-07-2007, 01:51 PM

Does anyone know if there is a way to disable the autoclose emails?
I only want to disable the email-notification but not the autoclose function itself.
Means I want a ticket to be autoclosed after e.g. 48 hours if the user did not reply, but I do not want to inform the user that his ticket will be closed then.

Any idea?

I use 3.10.00 on Linux
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 5,933
Join Date: Jun 2005
Location: Cumbria, UK
23-07-2007, 01:56 PM

I have checked and cannot see a way of doing this. I will post a feature request for it.

Posted. Link: System -> Option -> Disable the auto-close e-mails


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

Icon Headquarters - Its Elixir - Web2Messenger

Last edited by Jamie Edwards; 31-01-2008 at 09:06 PM.
   
Reply With Quote
  (#3) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,559
Join Date: Jan 2006
Location: United Kingdom
23-07-2007, 02:00 PM

Hi bbfla,

This is not an option in the current version. However, you can comment out or remove the code:

PHP Code:
$mailObj->sendMail(array($_ticketobj->ticket["email"]),  $returnemail$returnnamefalse); 
From modules/ticket/cron_autoclose.php


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#4) Old
craigbrass Offline
Senior Member
 
Posts: 5,933
Join Date: Jun 2005
Location: Cumbria, UK
23-07-2007, 02:13 PM

Ah, in which case it would be a pretty easy implementation of a setting for this.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#5) Old
bluecherry Offline
New Member
 
Posts: 23
Join Date: Oct 2006
26-12-2007, 10:01 PM

Jamie,

My cron_autoclose.php is ioncube'd. Any other suggestions on how to make this change?


Quote:
Originally Posted by Jamie Edwards View Post
Hi bbfla,

This is not an option in the current version. However, you can comment out or remove the code:

PHP Code:
$mailObj->sendMail(array($_ticketobj->ticket["email"]),  $returnemail$returnnamefalse); 
From modules/ticket/cron_autoclose.php
   
Reply With Quote
  (#6) Old
craigbrass Offline
Senior Member
 
Posts: 5,933
Join Date: Jun 2005
Location: Cumbria, UK
26-12-2007, 10:12 PM

E-Mail Jamie (jamie.edwards <!AT!> kayako <!DOT!> com) and he will be able to send you the non-encoded file.


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply

Tags
autoclose, disable

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
bug in the autoclose email? arteryplanet SupportSuite, eSupport and LiveResponse 3 25-04-2008 06:27 PM
Disable a user robit SupportSuite, eSupport and LiveResponse 1 08-03-2006 08:30 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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