Skip to content

Commit

Permalink
fix evaluators mailing (#33)
Browse files Browse the repository at this point in the history
* add the email notification for proposal valuators

* normalize --locales en

* refactoring evaluator emails

* add tests

* fix test for urls

* add test to recive email

* fixed tests and add job

* remove commented lines

* remove unnecessay job. fix tests

* remove admin from mailer

Co-authored-by: antopalidi <[email protected]>
  • Loading branch information
microstudi and antopalidi authored Sep 29, 2022
1 parent 34966b1 commit 4bff2f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def notify_proposals_valuator(user, admin, proposals)

with_user(user) do
mail to: "#{user.name} <#{user.email}>",
from: "#{admin.name}, #{admin.email}",
subject: t(".subject")
end
end
Expand Down

0 comments on commit 4bff2f3

Please sign in to comment.