Skip to content

Commit

Permalink
change to cco email send to organization admins for new member applic…
Browse files Browse the repository at this point in the history
…ations (#738)
  • Loading branch information
sseerrggii authored Apr 16, 2024
1 parent b65625c commit fe5d93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/organization_notifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def new_petition(petition)
I18n.with_locale(locale) do
mail(
subject: 'New Application',
to: organization.users.joins(:members).where(members: { manager: true }).pluck(:email).uniq
bcc: organization.users.joins(:members).where(members: { manager: true }).pluck(:email).uniq
)
end
end
Expand Down

0 comments on commit fe5d93a

Please sign in to comment.