Skip to content

This is a service that receive a DTO by a rabbitMQ message and send email using AWS's Service (Simple Email Service).

Notifications You must be signed in to change notification settings

Venicode/ms-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This microservice belongs to the User Registration Validation project.

Initial Configurations

To preserve the data, you need create your database and a RabbitMQ queue. After that, update in application.properties :

spring.application.name=email
server.port=8082
aws.accessKeyId=YOURACCESSKEYID
aws.secretKey=YOURSECRETKEY
aws.region=AWSREGION
spring.rabbitmq.addresses=amqps://rabbitmq.addresses
broker.queue.email-register.name = default.email-register

About

This is a service that receive a DTO by a rabbitMQ message and send email using AWS's Service (Simple Email Service).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages