java-tutorials/spring-mvc-email
Doha2012 fe0e0ba115 upgrade boot parent (#3352)
* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup
2018-01-05 20:56:21 +01:00
..
src/main fix spring config (#2374) 2017-08-05 15:48:10 +03:00
README.md README files update (#1195) 2017-02-19 22:22:43 +01:00
pom.xml upgrade boot parent (#3352) 2018-01-05 20:56:21 +01:00

README.md

Relevant articles:

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.