is there a way in MVC to get System.Net.Mail SendAsync to work and not block the send method?
I tried to use it, but clicked on the โPage where the asynchronous operation should have an Async errorโ, which I obviously cannot resolve (or can I?), Because there is no ASPX page with the @Page directive, where I can add the attribute Async.
Help is appreciated: (
source
share