README.md file added.

This commit is contained in:
oreva 2016-09-18 20:47:55 +03:00
parent 095fe5625a
commit b86dd316bb
2 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,13 @@
## 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.

View File

@ -1,6 +0,0 @@
You can send test email in several ways:
First of all, you should set application.properties properly.
1. Just build the project and the test email for order confirmation will be sent on Spring Boot Start.
2. You can use the web form and test all the cases of sending email in your browser.
Just start the application then type http://localhost:8080 and follow the web flow.
You can send simple email, email with template, email with attachment from the web.