Skip to content

Commit

Permalink
Merge pull request #1872 from mysociety/update-excel-analyzer-notific…
Browse files Browse the repository at this point in the history
…ation-email

Update ExcelAnalyzer report emails destination
  • Loading branch information
gbp authored May 16, 2024
2 parents fe43756 + 5fc4c3e commit ccd888a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/excel_analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def report(foi_attachment, metadata)

mail(
from: from,
to: pro_contact_from_name_and_email,
to: ENV['EXCEL_ANALYZER_NOTIFICATION_EMAIL'],
subject: _('ExcelAnalyzer: hidden data detected [{{reference}}]',
reference: @foi_attachment.id)
)
Expand Down

0 comments on commit ccd888a

Please sign in to comment.