Skip to content

A sample spring boot application using spring-boot-starter-mail to send email

License

Notifications You must be signed in to change notification settings

mojidul31/spring-boot-starter-mail-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-starter-mail-sample

A sample spring boot application using spring-boot-starter-mail to send email.

Steps to run the spring boot application

  • mvn clean install
  • mvn spring-boot:run

The server is now running on port 8080

Run dummy SMTP Server locally

I use python for this.

sudo python -m smtpd -n -c DebuggingServer localhost:25

Trigger email

curl -X POST http://localhost:8080/email/trigger

About

A sample spring boot application using spring-boot-starter-mail to send email

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%