Difference between revisions of "Trac Tips"
From Opentaps Wiki
Jump to navigationJump to searchLeonTorres (talk | contribs) (New page: == Prefixing the Email Subject with [projectname trac] == It's useful to prefix the emails sent from trac with the project or company name to distinguish from other trac systems. To do t...) |
LeonTorres (talk | contribs) (→Prefixing the Email Subject with [projectname trac]) |
||
Line 4: | Line 4: | ||
smtp_subject_prefix = [projectname trac] | smtp_subject_prefix = [projectname trac] | ||
+ | |||
+ | As with all trac configuration changes, there is no need to restart the server. The next trac email subject will be prefixed by [projectname trac]. |
Latest revision as of 17:57, 2 April 2008
Prefixing the Email Subject with [projectname trac]
It's useful to prefix the emails sent from trac with the project or company name to distinguish from other trac systems. To do this, edit the trac.ini file and change the following line,
smtp_subject_prefix = [projectname trac]
As with all trac configuration changes, there is no need to restart the server. The next trac email subject will be prefixed by [projectname trac].