Script URL:
Version of script: 2.5.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
How to switch off first email to customer after sending a ticket?
The system should still send an email
thanks
How to switch off first email to customer
Moderator: mkoch227
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
Re: How to switch off first email to customer
Delete this from submit_ticket.php:
Code: Select all
hesk_notifyCustomer();
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
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
Re: How to switch off first email to customer
Hi Klemen, thanks,
Still the first email comes in. Any other file to edit?
Thanks
Still the first email comes in. Any other file to edit?
Thanks
Re: How to switch off first email to customer
How is the ticket being generated? Admin interface, POP3 fetching, customer interface...?
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
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
Re: How to switch off first email to customer
POP3 fetching
Re: How to switch off first email to customer
That's important information
In this case you need to delete the same code from "inc/pipe_functions.inc.php"

In this case you need to delete the same code from "inc/pipe_functions.inc.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
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
Re: How to switch off first email to customer
Thanks Klemen,
It works!!
It works!!