Skip to content

Commit fe5d93a

Browse files
authored
change to cco email send to organization admins for new member applications (#738)
1 parent b65625c commit fe5d93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mailers/organization_notifier.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def new_petition(petition)
2020
I18n.with_locale(locale) do
2121
mail(
2222
subject: 'New Application',
23-
to: organization.users.joins(:members).where(members: { manager: true }).pluck(:email).uniq
23+
bcc: organization.users.joins(:members).where(members: { manager: true }).pluck(:email).uniq
2424
)
2525
end
2626
end

0 commit comments

Comments
 (0)