Hesk 2.0 - Forgot tracking ID email notworking

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
alf
Posts: 8
Joined: Tue Jan 27, 2009 11:15 am

Hesk 2.0 - Forgot tracking ID email notworking

Post by alf »

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:

Since Hesk 2.0 I have done a fresh install with a new database, email message sent to a customer with list of tickets ID is not working anymore

Can you reproduce the issue ?

I connect to the site
I select "VIEW EXISTING TICKETS"
I provide my email as I do not have tracking ID
I never receive email

Regards
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Works fine on my server (not in the demo where e-mails are disabled).

Do other e-mails arrive normally? If yes have you checked inside your SPAM box?
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
alf
Posts: 8
Joined: Tue Jan 27, 2009 11:15 am

Post by alf »

Yes, all emails when creating a ticket are recevied by customer OK, and in previous version 0.94.1 it was working OK as well

Regards
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Can you post the URL to your hesk?
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
alf
Posts: 8
Joined: Tue Jan 27, 2009 11:15 am

Post by alf »

thanks for support

my Hesk site is http://www.vo-downloads.com/supportmyscript

email is sent from support_noreply@visionobjects.com
if you need Admin access please let me know
alf
Posts: 8
Joined: Tue Jan 27, 2009 11:15 am

{fixed] email not received list of open tickets when forgot

Post by alf »

I had fixed the issue when all emails are working excepting forgotten tracking ID

I had modify index.php to make @mail( $ emails, $from, $message, $headers); as small as possible

$headers = "from: noreply@company.com" and is not multiple lines

I do not know why my ISP hosting the PHP script is not supporting comple $headers with reply-to or multiple lines headers

thanks for support.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Glad you got it working and thanks for sharing the solution.
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
Post Reply