Page 1 of 1

Notification by e-mail

Posted: Thu Jun 08, 2017 5:55 am
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?

Re: Notification by e-mail

Posted: Thu Jun 08, 2017 6:44 am
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).