Category_Move
Moderator: mkoch227
-
- Posts: 90
- Joined: Tue Dec 30, 2008 11:29 am
Category_Move
How to category moved mail send customer?
Re: Category_Move
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 above "Need to notify any staff" in admin/move_ticket.php
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);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: Category_Move
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
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
Ricardo Gaspar
Re: Category_Move
Sorry, it should say "admin/move_category.php"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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