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
Register view
Home Page view
API is using dependency injection and repository pattern to fetch user details from the database.
Please donate and support at https://www.paypal.me/Rajcoomar
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 requestAPI 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
Post a Comment