Feature #5643 » notification_sender.patch
| app/models/mailer.rb (working copy) | ||
|---|---|---|
| 350 | 350 |
headers 'X-Mailer' => 'Redmine', |
| 351 | 351 |
'X-Redmine-Host' => Setting.host_name, |
| 352 | 352 |
'X-Redmine-Site' => Setting.app_title, |
| 353 |
'X-Redmine-Notification-Sender' => User.current.login, |
|
| 353 | 354 |
'Precedence' => 'bulk', |
| 354 | 355 |
'Auto-Submitted' => 'auto-generated' |
| 355 | 356 |
end |