Mail Express web application

Mail Express is a web based application that you can use to sent mail to an individual. The user must have a gmail account where Mail Express will act as a mail client. Technologies used for this project are: ASP.net C#, ASP.net webAPI, SQL server, MVC

Screen Shot

Login view



Register view



Home Page view



Models





Login process

Sent the user email and encrypted password in a JSON format to the API using HTTP POST request


API is using dependency injection and repository pattern to fetch user details from the database.



Sending mail process

sent an HTTP POST request to API with email subject, body and other details as JSON format





Please donate and support at https://www.paypal.me/Rajcoomar

Comments

Popular posts from this blog

C# Windows Form : PetCare

Fake Call Android Application

Car Wash System vb.net