Remove email from subject of feedback mail
The mail address of the user sending the feedback is now set in the Reply-To header of the mail already.
This commit is contained in:
parent
c71b91a32f
commit
add281c738
5 changed files with 5 additions and 5 deletions
|
|
@ -64,7 +64,7 @@ class Mailer < ActionMailer::Base
|
|||
|
||||
mail to: FoodsoftConfig[:notification][:error_recipients],
|
||||
from: user,
|
||||
subject: I18n.t('mailer.feedback.subject', email: user.email)
|
||||
subject: I18n.t('mailer.feedback.subject')
|
||||
end
|
||||
|
||||
def not_enough_users_assigned(task, user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue