A service should be created that allows emailing a provided email address when a file is determined to be a match by PhotoDNA. This service should meet the following requirements:
- The email is sent containing the filename, and if relevant, the specific version of the file that was determined to be a match.
- If the email fails to send or for any other error, this should be logged so that the email can be re-attempted using a maintenance script created in T351406: Create a maintenance script to re-send emails for files determined to be a match through PhotoDNA
- The email should handle a SHA-1 that has multiple filenames and/or revisions under a given filename without overloading the email with too much text.
Acceptance criteria
- A service that meets the requirements above should be created
- This service should be fully tested

