Get help from other users here.
Moderators: Developer, Contributor
-
powerboots
- Posts: 26
- Joined: 19 Jan 2007, 01:27
Post
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,

-
deboutv
- Posts: 507
- Joined: 15 Jan 2007, 14:31
- Location: La Ciotat, FRANCE
-
Contact:
Post
by deboutv »
No it is not possible (unless you patch the code).
-
powerboots
- Posts: 26
- Joined: 19 Jan 2007, 01:27
Post
by powerboots »
Hi deboutv,
Can you be a bit more specific?!

-
deboutv
- Posts: 507
- Joined: 15 Jan 2007, 14:31
- Location: La Ciotat, FRANCE
-
Contact:
Post
by deboutv »
You need to do some changes in the core files (core/email_api.php). .
-
vboctor
- Site Admin
- Posts: 1304
- Joined: 13 Feb 2005, 22:11
- Location: Redmond, Washington
-
Contact:
Post
by vboctor »
Check email_build_subject() in core/mail_api.php. It should be easy to change it there.
-
deboutv
- Posts: 507
- Joined: 15 Jan 2007, 14:31
- Location: La Ciotat, FRANCE
-
Contact:
Post
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)