1. Update version in scripts and pom. 2. Bug fix in 'init_db' script (remove a new line). 3. Functionality for sending an email to a parametrized list of users added (EmailSender.java). 4. Add a POST method in API that gets a list of recipients and sends them an email (/invite - EmailController.java). 5. Add properties for EmailSender (need to be overrided in override.properties file). 6. Add in pom.xml dependencies for EmailSender.
1. Update version in scripts and pom.
2. Bug fix in 'init_db' script (remove a new line).
3. Functionality for sending an email to a parametrized list of users added (EmailSender.java).
4. Add a POST method in API that gets a list of recipients and sends them an email (/invite - EmailController.java).
5. Add properties for EmailSender (need to be overrided in override.properties file).
6. Add in pom.xml dependencies for EmailSender.