We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65625c commit fe5d93aCopy full SHA for fe5d93a
app/mailers/organization_notifier.rb
@@ -20,7 +20,7 @@ def new_petition(petition)
20
I18n.with_locale(locale) do
21
mail(
22
subject: 'New Application',
23
- to: organization.users.joins(:members).where(members: { manager: true }).pluck(:email).uniq
+ bcc: organization.users.joins(:members).where(members: { manager: true }).pluck(:email).uniq
24
)
25
end
26
0 commit comments