Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :-)