Hi again
Hi I want to send out an automatic email to the client whenever their ticket gets closed. Has anyone got any suggestions as to where to start.
thanks
Send a "Tickect Closed" email
Moderator: mkoch227
-
- Posts: 23
- Joined: Tue Jan 03, 2006 7:53 pm
-
- Posts: 7
- Joined: Wed Feb 01, 2006 12:08 am
Re: Send a "Tickect Closed" email
Is there for it, in the meantime, a solution?char1iecha1k wrote:Hi I want to send out an automatic email to the client whenever their ticket gets closed. Has anyone got any suggestions as to where to start
Re: Send a "Tickect Closed" email
Yes. Submit a reply to the customers ticket, saying,Outpack wrote:Is there for it, in the meantime, a solution?char1iecha1k wrote:Hi I want to send out an automatic email to the client whenever their ticket gets closed. Has anyone got any suggestions as to where to start
"this ticket is now closed"
and then close the ticket

Here's what I did...
What I did for this was the following:
1) In the email reply from staff, I included the ticket ID into the subject of the email so the customer can identify which ticket it is
FILE TO MODIFY: admin_reply_ticket.php
Change this line:
To This:
2) As far as advising the customer that the ticket is closed, I state this in the ticket via the admin hesk interface, however...I've modified the reply email so that the message of my reply is included in the email that goes to the customer. This way, the customer knows the ticket is closed. To do this, follow the directions in the post linked below...they worked perfectly for me running version 0.94.1
viewtopic.php?t=1156
Hope that helps you!
1) In the email reply from staff, I included the ticket ID into the subject of the email so the customer can identify which ticket it is
FILE TO MODIFY: admin_reply_ticket.php
Change this line:
Code: Select all
@mail($orig_email,$hesklang['new_reply_staff'],$message,$headers);
Code: Select all
@mail($orig_email,$hesklang['new_reply_staff']." Ticket#: ".$trackingID,$message,$headers);
viewtopic.php?t=1156
Hope that helps you!