Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.

How to post notification to a mailing list?

Sometime is is useful to post all notification to a mailing list, this tip will let you know how you can do this easily.

You can do this for each project and/or for each type of issues.

Project

For each project you would like to post a notification, add a line in your settings.inc.php file:

$settings['Email']['MailingList']['ByProject'][<ProjectName>] = <UserId>;

Where

  • <ProjectName> is your project's name
  • <UserId> is the user id of the one relating to your mailing list

Issue Type

For each project you would like to post a notification, add a line in your settings.inc.php file:

$settings['Email']['MailingList']['ByIssueType'][<IssueTypeId>] = <UserId>;

Where

  • <IssueTypeId> is the id of an issue type
  • <UserId> is the user id of the one relating to your mailing list