Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josewebdev2000/email-sending-microservice

Personal Email Sending Microservice built on ASP.NET Core Web API for my own projects.
https://github.com/josewebdev2000/email-sending-microservice

asp-net-core-web-api c-sharp docker mailkit mvc nuget

Last synced: about 2 months ago
JSON representation

Personal Email Sending Microservice built on ASP.NET Core Web API for my own projects.

Awesome Lists containing this project

README

        

# Email Sending Microservice

---


Email Envelope Icon

---
## Overview


Microservices are small simple independent API's that have one main task.


The purpose of this project is to programatically send emails when a request comes in.


This microservice can either send plain text or a HTML template.


An API Key is required to send emails. It will NOT be shared since it is for my personal use only.


This project was built using the ASP.NET Core Web API template.


This project is deployed thanks to Docker containers.



## Skills


The following technologies were required to complete this project



  • Visual Studio

  • C#

  • NuGet

  • ASP.NET

  • MVC