https://github.com/asafd1/sendmail
A small spring boot application to test different SMTP client configurations
https://github.com/asafd1/sendmail
javamail spring spring-boot
Last synced: 2 months ago
JSON representation
A small spring boot application to test different SMTP client configurations
- Host: GitHub
- URL: https://github.com/asafd1/sendmail
- Owner: asafd1
- Created: 2022-01-17T15:45:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T10:30:53.000Z (over 4 years ago)
- Last Synced: 2025-05-20T16:13:01.014Z (about 1 year ago)
- Topics: javamail, spring, spring-boot
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Send Mail
Sprint boot application to test different SMTP client configurations.
# Prerequisites
This application sends to *smtp.sendgrid.net* so it assumes you have a sendgrid account with api key and password and that you have a verified authentication sender with sendgrid.
# How to run?
> ./start
# How to use?
* In your browser, open: http://localhost:8080/sendMail
* Choose the configuration (you'll need those api key and secret)
* Enter the target email address
* Hit Send
* Check your spam :-)