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.
Comments
Comment #1
scor commentedThis patch adds a setting to
admin/project/project-issue-settingswhere the administrator can enter a default email address which will be used for new projects.Comment #2
dwwSure, 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
Comment #3
avpadernoThe patch needs to be re-rolled for the Drupal 7 version of the module, now that the Drupal 6 version is not supported anymore.