Notification by e-mail

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Mangoz
Posts: 17
Joined: Mon Jul 04, 2016 4:34 pm

Notification by e-mail

Post by Mangoz »

I changed the trackid to /admin/admin_ticket.php?track=2017 - 06 - 05 / 2498&Refresh=92926

But, in the mail comes incomplete link: /admin/admin_ticket.php?track=2017 - 06 - 05 / 2498&Refresh=92926

In which file can I fix the HTML view of the link?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Notification by e-mail

Post by Klemen »

Space is not an allowed char in the URL. Encode your tracking ID before adding it to the URL (send it through the urlencode() or rawurlencode() function).
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