java-tutorials/spring-mvc-email
amit2103 f2128ad054 Bael 5249 cleanup (#4108)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02: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 Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02: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.