Page 1 of 1

How to customize the Email subject ?

Posted: 19 Jun 2007, 17:08
by powerboots
The standard Email notification subject includes the bug id and the bug summary.

It could be of much help to be able to include a custom field into the Email subject. For example the Reporter name.

Is that possible?

Many thanks,
:D

Posted: 19 Jun 2007, 18:01
by deboutv
No it is not possible (unless you patch the code).

Posted: 19 Jun 2007, 19:29
by powerboots
Hi deboutv,

Can you be a bit more specific?!
8O

Posted: 19 Jun 2007, 19:52
by deboutv
You need to do some changes in the core files (core/email_api.php). .

Posted: 20 Jun 2007, 06:23
by vboctor
Check email_build_subject() in core/mail_api.php. It should be easy to change it there.

Posted: 20 Jun 2007, 06:55
by deboutv
vboctor wrote:Check email_build_subject() in core/mail_api.php. It should be easy to change it there.
No, this function is only used when a reminder is sent...

I'm working to integrate this request in my HTMLmail plugin (Wiki)