Project

General

Profile

Actions

Feature #5913

closed

Authors name in from address of email notifications

Added by Krzysztof Gałązka almost 14 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Email notifications
Target version:
Start date:
2010-07-20
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

In mail notification created by Redmine 'FROM' address in headers
is set to Setting.mail_form. It would be useful to add name of
author to this address. You would know who is working on issue
without opening mail. I've changed line in app/models/mailer.rb
in initialize_defaults method:

from Setting.mail_from

to

@author ||= User.current
from "#{@author.name} <#{Setting.mail_form}>"

It seams to work, but I'm not sure if it wont break anything.


Files

mailer.rb (10.8 KB) mailer.rb worked on 0.85 Tudor Spinache, 2010-11-03 11:51
app_models_mailer.rb.diff (2.61 KB) app_models_mailer.rb.diff worked on 0.85 Tudor Spinache, 2010-11-03 11:51
5913-authors-name-in-from-field.patch (2.39 KB) 5913-authors-name-in-from-field.patch Go MAEDA, 2019-02-14 02:42
mailer-allow-invalid-from.patch (2.67 KB) mailer-allow-invalid-from.patch Allow RFC non-compliant emission email addresses Go MAEDA, 2019-04-07 06:49

Related issues

Related to Redmine - Patch #2406: In email notification, send a email with sender as authorClosed

Actions
Related to Redmine - Feature #14727: Display pretty notification email sender nameClosed

Actions
Related to Redmine - Defect #14792: Don't add a display name and extra angle brackets in List-Id header fieldClosedGo MAEDA

Actions
Related to Redmine - Feature #31154: Reject setting RFC non-compliant emission email addressesClosedGo MAEDA

Actions
Related to Redmine - Feature #14639: Emission email address Name Closed

Actions
Has duplicate Redmine - Feature #23491: Author name in mail fromClosed

Actions
Has duplicate Redmine - Feature #16093: Emails sent out by Redmine are identicalClosed

Actions
Actions

Also available in: Atom PDF