I have a web Page in my ASP.NET MVC application with a link called "Click here to request the access".
When the user clicks on this, Outlook New Email window is not showing.
Here is the Code using mailto:
<span><a href="mailto:[email protected]?subject=Please give access to the user">Click Here</a> to request the access.</span>
Wondering.. am i missing any setting or anything? Or is there any security thing that is stopping me.
Appreciate your time.
Thanks