All Projects → thymeleaf → Thymeleafexamples Springmail

thymeleaf / Thymeleafexamples Springmail

Licence: apache-2.0
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

Programming Languages

java
68154 projects - #9 most used programming language

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/).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].