Feature request - Customize Email subject line
Moderator: mkoch227
-
- Posts: 6
- Joined: Wed Nov 27, 2024 8:43 pm
Feature request - Customize Email subject line
It's great to be able to customize email templates. Would be even better to customize email subject line. Anything after the tracking ID.
Re: Feature request - Customize Email subject line
Email subjects are inside the /language/en/text.php file.
Customize them using custom-text.php:
https://www.hesk.com/knowledgebase/?article=88
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 
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


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
Re: Feature request - Customize Email subject line
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.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.

Re: Feature request - Customize Email subject line
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 
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


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