An open API service indexing awesome lists of open source software.

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

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`