Page 1 of 1

How to switch off first email to customer

Posted: Sun Jan 05, 2014 5:52 pm
by bastiaan.c
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

Re: How to switch off first email to customer

Posted: Sun Jan 05, 2014 6:25 pm
by Klemen
Delete this from submit_ticket.php:

Code: Select all

hesk_notifyCustomer();

Re: How to switch off first email to customer

Posted: Sun Jan 05, 2014 7:39 pm
by bastiaan.c
Hi Klemen, thanks,

Still the first email comes in. Any other file to edit?

Thanks

Re: How to switch off first email to customer

Posted: Mon Jan 06, 2014 12:06 pm
by Klemen
How is the ticket being generated? Admin interface, POP3 fetching, customer interface...?

Re: How to switch off first email to customer

Posted: Mon Jan 06, 2014 12:10 pm
by bastiaan.c
POP3 fetching

Re: How to switch off first email to customer

Posted: Mon Jan 06, 2014 12:18 pm
by Klemen
That's important information :wink:

In this case you need to delete the same code from "inc/pipe_functions.inc.php"

Re: How to switch off first email to customer

Posted: Wed Jan 08, 2014 8:59 am
by bastiaan.c
Thanks Klemen,

It works!!