Skip to content

Commit

Permalink
fix: mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger committed Feb 7, 2025
1 parent 9473255 commit a7da2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/mailers/quote_check_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def created(quote_check)
return if admin_recipients.blank?

mail(
to: recipients.first,
cc: recipients[1..],
to: admin_recipients.first,
cc: admin_recipients[1..],
subject: subject("Nouveau devis soumis #{quote_check.id}")
)
end
Expand Down

0 comments on commit a7da2c7

Please sign in to comment.