https://github.com/hellokoding/form-contact-java-springboot-freemarker-awsses
Contact Form Example with Java, Spring Boot, FreeMarker and Amazon SES
https://github.com/hellokoding/form-contact-java-springboot-freemarker-awsses
aws-ses form freemarker java sendmail spring-boot
Last synced: 9 months ago
JSON representation
Contact Form Example with Java, Spring Boot, FreeMarker and Amazon SES
- Host: GitHub
- URL: https://github.com/hellokoding/form-contact-java-springboot-freemarker-awsses
- Owner: hellokoding
- License: mit
- Created: 2017-12-23T15:33:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T02:34:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T13:15:27.622Z (11 months ago)
- Topics: aws-ses, form, freemarker, java, sendmail, spring-boot
- Language: Java
- Homepage: https://hellokoding.com/contact-form-example-with-java-spring-boot-freemarker-and-amazon-ses/
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contact Form Example with Java, Spring Boot, FreeMarker, Amazon SES
## Guide
https://hellokoding.com/contact-form-example-with-java-spring-boot-freemarker-and-amazon-ses/
## What you'll need
- JDK 1.7+
- Maven 3+
- Amazon SES account
- [SMTP Credentials of your Amazon SES account](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html)
- [Verified From email and To email on SES console](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html)
## Stack
- Java Mail API
- Spring Boot
- FreeMarker
## Run
Replace the placeholders in `src/main/resources/application.properties` with your values and run this command `mvn spring-boot:run`