Actions
Feature #23491
closedAuthor name in mail from
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Resolution:
Duplicate
Description
This feature was already discussed in #5913 and #2406 is but still missing in the current version. As it's the way github issues notifications I've decided to push this patch.
--- app/models/mailer.rb (revision 15732)
+++ app/models/mailer.rb (working copy)
@@ -438,7 +438,7 @@
'X-Redmine-Site' => Setting.app_title,
'X-Auto-Response-Suppress' => 'All',
'Auto-Submitted' => 'auto-generated',
- 'From' => Setting.mail_from,
+ 'From' => "#{User.current.name} <#{Setting.mail_from}>",
'List-Id' => "<#{Setting.mail_from.to_s.gsub('@', '.')}>"
# Replaces users with their email addresses
Files
Related issues
Updated by Roman Belyakovsky almost 10 years ago
- Status changed from New to Resolved
Updated by Roman Belyakovsky almost 10 years ago
Accidentally marked as resolved. Meant to update my internal ticket as I've implemented patch applying automation.
Updated by Toshi MARUYAMA almost 10 years ago
- Related to Feature #5913: Authors name in from address of email notifications added
Updated by Toshi MARUYAMA almost 10 years ago
- Related to deleted (Feature #5913: Authors name in from address of email notifications)
Updated by Toshi MARUYAMA almost 10 years ago
- Tracker changed from Patch to Feature
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicate of #5913.
Updated by Toshi MARUYAMA almost 10 years ago
- Is duplicate of Feature #5913: Authors name in from address of email notifications added
Actions