Page 1 of 1

customized topic in automated messages from bug status chang

Posted: 22 Aug 2006, 07:19
by tangecko
i use mantis for bugtracking (for what else :wink: ) in a project to implement a new software from an external developer. he uses another mail-based bugtracking-tool, which accepts mails with custumer-id in topiclines.

now i intend to use mantis to send mails with bug-descriptions to this bugtrackingtool.

how can i change the content of the topic to to that custmer-id?

edit: does it even make sence having the possibility to customize that entry?

Posted: 14 Sep 2006, 15:12
by webwesen
i have customized email subject line according to my needs at

Code: Select all

../core/email_api.php : email_build_subject()

Posted: 18 Sep 2006, 06:03
by tangecko
tnx, i'll check that.