Hi there,
I am creating an web application in which I have used Angular as a front-end and .Net Core Web API v2 as an Back-End, SQL Server as a database and Entity framework Core as an ORM.
My question is that how can I send an email in my above discussed application?
Thanks.