Skip to content

paul-eeoc/EmailMessageManagerPOC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

EmailMessageManagerPOC

Spring boot POC to send for Emails using a message broker(Rabbit/Active)MQ

Uses H2 Database, RabbitMQ, greenmail

To use with with RabbitMQ:

  1. Install RabbitMQ
  2. Enable mangement plugin from rabbitmq admin prompt
  3. login to the management console and create a queue 'emaillist'
  4. Run greenmail service. java -Dgreenmail.setup.test.smtp -Dgreenmail.setup.test.imap -Dgreenmail.users=test1:pwd1 -jar greenmail-standalone-1.5.9.jar
  5. Run the spring boot project.
  6. Send post request with json/xml input. sample below

{ "charSequenceId": "1100", "emailIds": [ "test1@gmail.com", "test2@eeoc.gov" ] }

About

Spring boot POC to send for Emails using a message broker(Rabbit/Active)MQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%