cds-snc / report-a-cybercrime

Report a computer crime or scam / Signaler un crime informatique ou une fraude
https://report-a-scam.cds-snc.ca
MIT License
29 stars 14 forks source link

Ability to re-send an email to analysts #1903

Open davidheerema opened 4 years ago

davidheerema commented 4 years ago

Summary

There was a situation where the analyst report was not successfully sent to the analysts for a successful submission (attachments size too large in total for the mail program). We should develop a flag to mark a report for "re-emailing"

Design detail

Perhaps a database flag in the record which says "re-email: yes" and then we can run a loop or make a call to cycle through all of these and email them out?

Manually creating emails and sending them takes a long time - collecting the database record, saving, separately getting the attachments, renameing, attaching, encrypting, then mailing.

ngosset commented 4 years ago

Let's see how Shared Access Signature & group mailbox plays out first

ngosset commented 3 years ago

Things are much more stable since moving to SAS and Mailbox, haven't had to produce a report manually in a long time. This is a wishlist item for now.