feat: Add application confirmation email#10
Merged
andreas-vester merged 1 commit intomainfrom Nov 12, 2025
Merged
Conversation
This commit introduces an automated email notification to applicants upon successful submission of a funding application. Previously, the user only received a brief notification in the frontend. This change improves the user experience by providing immediate and persistent confirmation of their submission. The confirmation email includes: - A summary of all submitted application details. - Confirmation of the file upload, if a file was attached. - A link to the application archive to view the status. This is implemented by: - Adding a new Jinja2 email template. - Creating a `send_confirmation_email` function in the backend. - Integrating this function into the application submission endpoint. Closes #7
94aad86 to
e8ec81f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: feat: Add application confirmation email
This pull request resolves issue #7 by implementing an automated confirmation email for applicants upon successful submission of a funding application.
Description
This change enhances the user experience by providing immediate, persistent confirmation that an application has been received. The email contains a full summary of the submitted data, confirmation of any file attachments, and a link to the application archive.
Key Changes
Backend:
Frontend: