When you send a notification about a new ticket with a file (attachments) to the employee's e-mail, a link to the file is displayed as follows:
File name and Link: very long link name......
How to make when you click on File name you can download the file. Hyperlink by clicking on the file name.
What to change in the email_function file.inc.php on line 1143 :
Code: Select all
$msg .= "\n\n". $att_name. "\n". $hesk_settings['hesk_url'] . '/download_attachment.php?att_id='.$att_id.'&track='.$ticket ['trackid'].$hesk_settings['e_param'];
How to implement it?