Not receiving mail when I create for the customer.

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jones
Posts: 75
Joined: Sat Jul 20, 2013 6:41 pm

Not receiving mail when I create for the customer.

Post by jones »

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

Re: Not receiving mail when I create for the customer.

Post by Klemen »

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 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
jones
Posts: 75
Joined: Sat Jul 20, 2013 6:41 pm

Re: Not receiving mail when I create for the customer.

Post by jones »

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

Re: Not receiving mail when I create for the customer.

Post by Klemen »

In file "admin/admin_submit_ticket.php" you can try changing

Code: Select all

if ($ticket['owner'] && $ticket['owner'] != intval($_SESSION['id']))
to

Code: Select all

if ($ticket['owner'])
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
jones
Posts: 75
Joined: Sat Jul 20, 2013 6:41 pm

Re: Not receiving mail when I create for the customer.

Post by jones »

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

Re: Not receiving mail when I create for the customer.

Post by Klemen »

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.
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
jones
Posts: 75
Joined: Sat Jul 20, 2013 6:41 pm

Re: Not receiving mail when I create for the customer.

Post by jones »

Thanks:-)
Post Reply