spring boot java project which allows you to send an email using REST API , i also document this API with Swagger tool. you can also use this project as mail bombing
body POST REQUEST:
{"emailReceiver":"email address receiver", "subject":"test spring", "body":"this is the body" }
- demonstration part 1 https://www.youtube.com/watch?v=818AZVvmc0Y
- explanation jva backend code part 2 : i will share it with you soon