Skip to content

Commit

Permalink
Adjust switch stammsektion mailer to add bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Dec 12, 2024
1 parent 480a764 commit 009b710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mailers/memberships/switch_stammsektion_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def confirmation(person, section)
@person = person
@section = section
headers[:cc] = Group::Geschaeftsstelle.first.email
headers[:bcc] = [section.email, SacCas::MV_EMAIL].compact_blank

compose(person, CONFIRMATION)
end
Expand Down

0 comments on commit 009b710

Please sign in to comment.