It's currently not possible to automatically add a mail_copy e-mail address to new projects upon project creation. This is by design, the comments in project_issue_project_insert() say it all:

  // Setup reasonable defaults: enable issue tracker and standard
  // components. If maintainers want to change these, (or any of the
  // other issue-related project settings, like the email notifications)
  // they'd use the "issues" subtab of the project edit tab (since none
  // of these fields are present on the initial project add form).

and the insert query cannot include any mail_copy value.

CommentFileSizeAuthor
#1 pi_default_email.patch3.36 KBscor

Comments

scor’s picture

Status: Active » Needs review
StatusFileSize
new3.36 KB

This patch adds a setting to admin/project/project-issue-settings where the administrator can enter a default email address which will be used for new projects.

dww’s picture

Sure, that's worth doing. However, I think the main thing we want on sec.d.o is this: #729706: Allow for site-wide setting for email address(es) to notify for all issues and updates

avpaderno’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Issue summary: View changes
Status: Needs review » Needs work
Related issues: +#219751: Add a master subscription setting to receive all issue email notifications

The patch needs to be re-rolled for the Drupal 7 version of the module, now that the Drupal 6 version is not supported anymore.