This is a project built with Java and Spring. It provides a simple example of how to send an email from Java.
You need:
JDK 21+
PostgresSQL
Postman
Also you will need to add your email and app password in the properties (application.yml) file
username: youremail@mail.com
password: youremailappkey

