Feature request - Customize Email subject line

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
theUsername
Posts: 6
Joined: Wed Nov 27, 2024 8:43 pm

Feature request - Customize Email subject line

Post by theUsername »

It's great to be able to customize email templates. Would be even better to customize email subject line. Anything after the tracking ID.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: Feature request - Customize Email subject line

Post by Klemen »

Email subjects are inside the /language/en/text.php file.

Customize them using custom-text.php:
https://www.hesk.com/knowledgebase/?article=88
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
shddcit
Posts: 60
Joined: Wed Mar 30, 2022 3:54 pm

Re: Feature request - Customize Email subject line

Post by shddcit »

theUsername wrote: Thu Dec 05, 2024 1:48 pm It's great to be able to customize email templates. Would be even better to customize email subject line. Anything after the tracking ID.
I would like to add that anything you include in custom-text.php will be read by Hesk before text.php. For my organization, I created my own translation specifically in custom-text.php, which is very convenient. Thank you, Klemen, for providing this option. :)
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: Feature request - Customize Email subject line

Post by Klemen »

ANother plus is that when you use custom-text.php, future updates will not overwrite your changes. If you changed text.php directly, it would be overwritten by 3.6x, 3.7.x, ...
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