Script URL:
Version of script:
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:
Hello,
Why do I not receive any email when I create a case for a client.
Not receiving mail when I create for the customer.
Moderator: mkoch227
Re: Not receiving mail when I create for the customer.
This is by design - if you create the ticket you already know there is a new ticket, so no new emails are sent.
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: Not receiving mail when I create for the customer.
Hi Klemen,
Can I change it?
This is because we use the system for repair of computer and mobile phones.
And along with the goods, we mail "new_ticket_staff.txt" were printed.
So we can see the ticket number and what to do.
Jones
Can I change it?
This is because we use the system for repair of computer and mobile phones.
And along with the goods, we mail "new_ticket_staff.txt" were printed.
So we can see the ticket number and what to do.
Jones
Re: Not receiving mail when I create for the customer.
In file "admin/admin_submit_ticket.php" you can try changing to
Code: Select all
if ($ticket['owner'] && $ticket['owner'] != intval($_SESSION['id']))
Code: Select all
if ($ticket['owner'])
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: Not receiving mail when I create for the customer.
Hi Klemen,
Have changed it. But we do not receive any mail when we create for a customer.
>When a customer creates a ticket.
I receive only an email about a case to be assigned to me.
We do not receive any mail that a ticket is created.
Have changed it. But we do not receive any mail when we create for a customer.
>When a customer creates a ticket.
I receive only an email about a case to be assigned to me.
We do not receive any mail that a ticket is created.
Re: Not receiving mail when I create for the customer.
HESK only sends notification to the assigned staff member.
If you want all staff members to receive notification, turn auto-assign tickets off in HESK settings and submit new tickets as unassigned.
If you want all staff members to receive notification, turn auto-assign tickets off in HESK settings and submit new tickets as unassigned.
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