Skip to content

Commit

Permalink
Add a blind copy to donation receipt for error tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
fellmirr committed Oct 7, 2024
1 parent e1d14eb commit 9f371aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom_modules/mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export async function sendDonationReceipt(donationID, reciever = null) {

const mailResult = await sendTemplate({
to: reciever || donation.email,
bcc: "[email protected]",
templateId: config.mailersend_donation_receipt_template_id,
personalization: {
organizations,
Expand Down

0 comments on commit 9f371aa

Please sign in to comment.