https://github.com/thymeleaf/thymeleafexamples-springmail
SpringMail - Companion application for the "Rich HTML email in Spring with Thymeleaf" article at the Thymeleaf website: http://www.thymeleaf.org/doc/articles/springmail.html
https://github.com/thymeleaf/thymeleafexamples-springmail
Last synced: 7 months ago
JSON representation
SpringMail - Companion application for the "Rich HTML email in Spring with Thymeleaf" article at the Thymeleaf website: http://www.thymeleaf.org/doc/articles/springmail.html
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleafexamples-springmail
- Owner: thymeleaf
- License: apache-2.0
- Created: 2012-05-22T21:48:32.000Z (almost 14 years ago)
- Default Branch: 3.0-master
- Last Pushed: 2022-03-31T18:48:18.000Z (almost 4 years ago)
- Last Synced: 2025-06-17T01:03:20.643Z (9 months ago)
- Language: Java
- Homepage: http://www.thymeleaf.org
- Size: 892 KB
- Stars: 112
- Watchers: 14
- Forks: 94
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Thymeleaf 3 examples: Spring Mail
=================================
This is an example application showing how to compose and send dynamic e-mails using Spring and Thymeleaf.
With Thymeleaf you can compose text and HTML emails easily.
To learn more about Thymeleaf and download the latest version visit
http://www.thymeleaf.org
In order to run the application to should configure your SMTP server correctly.
You can do this by modifying the values on `src/main/resources/configuration.properties`
and `src/main/resources/javamail.properties`
You can deploy the application any Java servlet container or executing the application
on an embedded Tomcat 7 with `mvn tomcat7:run` (the application will be at http://localhost:8080/springmail/).