The E-mail notifications microservice can be extremely simple and contains only a single method:
- The POST request to /send_email/ sends an email to any address
This server can also count the sent emails to prevent spam or check that the email exists in the user's database by requesting it from the User registration microservice. This is done to prevent malicious use.