I want to create an email web application in .net framework Web API with single user authorization which can send , retrieve emails and also store mail in a database. I want to use the Gmail API with oauth 2.0( not smtp) and test with Postman. I'm new to c# and would greatly appreciate if I can get a step by step tutorial to help me understand how the web API works.
Loading
Nate JamesPosted Mar 18, 2022, 1:17 AM
Muhammad Imran AnsariPosted Mar 17, 2022, 5:27 PM
Check these excellent step-by-step articles for
How API works:
https://www.c-sharpcorner.com/uploadfile/2b481f/working-of-asp-net-web-api/
Send and receive email whrough Web API with google APIs.
https://mailtrap.io/blog/send-emails-with-gmail-api/
For authentication:
https://www.emailarchitect.net/easendmail/sdk/html/object_oauth_gmailapi.htm