Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/josewebdev2000/email-sending-microservice
- Owner: josewebdev2000
- Created: 2024-08-24T13:30:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T14:40:43.000Z (6 months ago)
- Last Synced: 2024-10-31T03:21:01.137Z (3 months ago)
- Topics: asp-net-core-web-api, c-sharp, docker, mailkit, mvc, nuget
- Language: C#
- Homepage: https://email-sending-microservice.onrender.com/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Sending Microservice
---
![]()
---
## 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