Files
java-tutorials/spring-mvc-email/README.md
T

18 lines
412 B
Markdown
Raw Normal View History

2017-02-19 22:22:43 +01:00
## Relevant articles:
- [Guide to Spring Email](http://www.baeldung.com/spring-email)
2016-09-18 20:47:55 +03:00
## 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
2017-02-19 22:22:43 +01:00
Follow UI links to send simple email, email using template or email with attachment.