Page 1 of 1

how to customize email subject

Posted: 01 Mar 2010, 12:07
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.

Re: how to customize email subject

Posted: 10 Mar 2010, 12:05
by andreasfc
Isn't there anyone with a solution for this?

Re: how to customize email subject

Posted: 10 Mar 2010, 16:29
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

Re: how to customize email subject

Posted: 10 Mar 2010, 20:42
by andreasfc
Is there anyone who can help me with this or put me in the right direction with a php editor maybe?
Thanx