how to customize email subject

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
andreasfc
Posts: 29
Joined: 05 Nov 2007, 10:41

how to customize email subject

Post by andreasfc »

Hello I am using version 1.2.0 (latest stable).
How can I make the subject for the email appropriate for me?
Now it looks lie this: [Project 0000003]: description
But I want something like this : [Category - Project 0000003]: description

I have put :
$g_email_set_category = EMAIL_CATEGORY_PROJECT_CATEGORY;
But this does not seem te work.
andreasfc
Posts: 29
Joined: 05 Nov 2007, 10:41

Re: how to customize email subject

Post by andreasfc »

Isn't there anyone with a solution for this?
atrol
Site Admin
Posts: 8557
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: how to customize email subject

Post by atrol »

AFAIK there is no way to get this with configuration.
You will have to change function email_build_subject in core/email_api.php
Please use Search before posting and read the Manual
andreasfc
Posts: 29
Joined: 05 Nov 2007, 10:41

Re: how to customize email subject

Post by andreasfc »

Is there anyone who can help me with this or put me in the right direction with a php editor maybe?
Thanx
Post Reply