Skip to content

rlongobardi/EmailServiceProviders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#This API service that accepts the necessary information and sends emails.

##The application should provide an abstraction between two different email service providers. ##If one of the services goes down, your service can quickly failover to a different provider ##without affecting your customers. Email Providers: Mailgun - Simple Send Documentation SendGrid - Simple Send Documentation

##Build Please execute this command : 'mvn clean install' ##Run Locally mvn spring-boot:run

-The main API via POST is /api/email/send -There is another API that allows you to admin and switch dynamically which email provider between MainGun or SendGrid, remember 1 is MailGun, 2 is SendGrid.
To switch provider email you can use for example this call: 'api/admin/switcher?providerid=1'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages