使用 MailTo 发送电子邮件在我的 ASP.NET MVC 应用程序上不起作用

发布于 2024-10-08 08:39:15 字数 497 浏览 1 评论 0原文

我的 ASP.NET MVC 应用程序中有一个网页,其中有一个名为“单击此处请求访问”的链接。

当用户单击此选项时,Outlook 新电子邮件窗口不会显示。

这是使用 ma​​ilto 的代码:

<span><a href="mailto:[email protected]?subject=Please give access to the user">Click Here</a> to request the access.</span>

想知道..我是否缺少任何设置或任何内容? 或者有什么安全问题阻止了我。

珍惜您的时间。

谢谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼前雾蒙蒙 2024-10-15 08:39:15

这与服务器无关。这是客户端(浏览器)行为。 mailto 链接适用于其他网站吗? Outlook 是否注册为默认邮件软件?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文