How to send email from Angular .Netcore application with attachment?
So I got an MVC application where I’m trying to send email from Angular form running on DotNet server. The main problem that I see is when I call the service from my Angular component, it returns 404 (probably, URL not found).