开发者

Sending email using MailTo is not working on my ASP.NET MVC application

开发者 https://www.devze.com 2023-01-31 00:20 出处:网络
I have a web Page in my ASP.NET MVC application with a link called \"Click here to request the access\".

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="m开发者_高级运维ailto:Admin@XXXX.com?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


This has nothing to do with the server. This is a client-side (browser) behavior. Do mailto links work for other websites? Is Outlook registered as the default mail software?

0

精彩评论

暂无评论...
验证码 换一张
取 消