Skip to content

Send emails using SendGrid and MailGun with auto failover

Notifications You must be signed in to change notification settings

benkham/WebMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebMail

This app sends email to To, Cc, Bcc email address inputs using SendGrid and MailGun providers. If any of the registered provider fails, failover to the next available provider.

This project was generated with Angular CLI version 1.7.3.

SPA app

Update apiUrl value to http://localhost:<PORT>/api in environment.ts file.

Run npm install to install the packages.

Run npm start for a dev server. Navigate to http://localhost:<PORT>/. The app will automatically reload if you change any of the source files.

API App

Update the settings value in appsettings.json file.

Run the SPA app before starting the API app from visual studio.

Swagger UI is accessible from http://localhost:<PORT>/swagger.

Technologies

Front-end: Angular 5+, Back-end: ASP.Net Core 2.0

alt text

About

Send emails using SendGrid and MailGun with auto failover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published