Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T10:30:53.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T18:01:31.716Z (about 2 months 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 :-)