This is an ASP.NET Core microservice built to validate and send emails through your application.
Mike Choi - Developer
To get this project running on your local machine, follow the instructions below.
Download and Install Project Files
- Clone the repo
git clone https://github.com/mikec-git/SendMail-API.git
- Compile and run in your IDE of choice
Enjoy! :)
Languages
- C#
Libraries
- ASP.NET Core - Backend framework
- SQL Server - Database for backend
- XUnit - Testing library for .NET