https://github.com/hellokoding/sendingmail-aws-sessmtpserver-javamailapi
Sending Mail with Amazon SES SMTP Server and Java Mail API
https://github.com/hellokoding/sendingmail-aws-sessmtpserver-javamailapi
Last synced: about 1 month ago
JSON representation
Sending Mail with Amazon SES SMTP Server and Java Mail API
- Host: GitHub
- URL: https://github.com/hellokoding/sendingmail-aws-sessmtpserver-javamailapi
- Owner: hellokoding
- Created: 2017-12-19T06:46:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T06:48:50.000Z (over 7 years ago)
- Last Synced: 2025-01-19T13:15:27.283Z (3 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sending Mail with Amazon SES SMTP Server and Java Mail API
## Guide
https://hellokoding.com/form-data-binding-and-validation-example-with-java-spring-boot-and-freemarker/## What you'll need
- JDK 1.7 or later
- Maven 3 or later
- 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## Run
`mvn clean package exec:java -Dexec.args="{SMTP_USER_NAME} {SMTP_USER_PASSWORD} {FROM_USER_EMAIL} {FROM_USER_FULLNAME} {TO_USER_EMAIL}"`