How to switch off first email to customer

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

How to switch off first email to customer

Post 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
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to switch off first email to customer

Post by Klemen »

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 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
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

Re: How to switch off first email to customer

Post by bastiaan.c »

Hi Klemen, thanks,

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

Thanks
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to switch off first email to customer

Post by Klemen »

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 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
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

Re: How to switch off first email to customer

Post by bastiaan.c »

POP3 fetching
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: How to switch off first email to customer

Post by Klemen »

That's important information :wink:

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 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
bastiaan.c
Posts: 142
Joined: Sat Jun 22, 2013 9:24 pm

Re: How to switch off first email to customer

Post by bastiaan.c »

Thanks Klemen,

It works!!
Post Reply