After a random participant has verified their email we should send them a second email telling them they have successfully registered for the hackathon.
We should do the same for the admin of a team, before sending them the email with an invitation link.
After a participant has registered via the invite link we should again send them an email they have successfully registered for the hackathon.
Brief description:
How to achieve it:
Here is an example of how seeing the invite link is done https://github.com/AUBGTheHUB/monolith/blob/5ea564cda500a73438e423bec4313358f10dedea/packages/py-api/py_api/controllers/hackathon/verification_controller.py#L55-L60
Your code should be in the verification_controller.