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:
Patrick Gansterer 2017-08-18 00:38:26 +02:00
parent c71b91a32f
commit add281c738
5 changed files with 5 additions and 5 deletions

View file

@ -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)