java-tutorials/spring-mvc-email
oreva 807a4d2db9 Implemented changes regarding the latest review. 2016-11-06 12:07:51 +02:00
..
src/main Implemented changes regarding the latest review. 2016-11-06 12:07:51 +02:00
README.md README.md file added. 2016-09-18 20:47:55 +03:00
pom.xml Spring-boot-starter-mail provided succsessfully. 2016-08-22 23:58:18 +03:00

README.md

Spring MVC Email

Example Spring MVC project to send email from web form.

Installing and Running

Just run the Spring Boot application. Type http://localhost:8080 in your browser to open the application.

Sending test emails

Follow UI links to send simple email, email using template or email with attachment.