Vote #80295
未完了Project copy always send email notifications ignoring "Send email notifications during the project copy" option
0%
説明
When copying a project in the projects list(Administration > Projects), you can disable sending an email by unchecking the "Send email notifications during the project copy" checkbox.
However, even if this checkbox is unchecking, email notifications are sent.
!{width:50%;border:1px solid #ccc;}ScreenShot_2019-09-04.png!
journals
The option does not work since Redmine 4.0.0. Probably it is caused by #26791. Replacing @deliver_later@ with @deliver@ in @app/models/mailer.rb@ can be a quick-and-dirty workaround.
--------------------------------------------------------------------------------
this method is problematic and should be deprecated because it can't reliably work with async deliveries https://github.com/redmine/redmine/blob/master/app/models/mailer.rb#L611
it might be better not to generate emails at all if you don't want to send them
--------------------------------------------------------------------------------