Category_Move

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
hollandsedrop
Posts: 90
Joined: Tue Dec 30, 2008 11:29 am

Category_Move

Post by hollandsedrop »

How to category moved mail send customer?
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Re: Category_Move

Post by Klemen »

The steps required would be

1. create a new email template file (category_moved_customer.txt)
2. add "category_moved_customer" to $valid_emails variable in "inc/email_functions.inc.php"
3. add

Code: Select all

$msg = hesk_getEmailMessage('category_moved_customer',$ticket);
hesk_mail($ticket['email'],'Your ticket moved to a new category',$msg);
above "Need to notify any staff" in admin/move_ticket.php
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
hollandsedrop
Posts: 90
Joined: Tue Dec 30, 2008 11:29 am

Re: Category_Move

Post by hollandsedrop »

Thank you Klemen.
rgaspar
Posts: 11
Joined: Thu Nov 22, 2012 6:52 pm

Re: Category_Move

Post by rgaspar »

Hello,

I have Hesk 2.4.1 install on my computer and i don´t have file Admin/move_ticket.php?

Steps 2 : File: inc/email_functions.inc.php - Add code

function hesk_validEmails()
// --> Send email customer wend category moved
'category_moved_customer' => $hesklang['category_moved_customer'],


Can i help me!?
Thanks
========================
Ricardo Gaspar
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Re: Category_Move

Post by Klemen »

Sorry, it should say "admin/move_category.php"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply