我已经创建了以下HTML来测试Mailto功能。它的工作,如果我没有打开我的Outlook实例在我的电脑,而如果我的Outlook实例运行,下面的代码不工作。我使用office 365 outlook desktop app.Can anyone pls help where is the issue.
<html>
<body>
<a href="mailto:name@gmail.com">Click here to mail</a></body>
</html>
Regards,Balakrishnan.I have created below HTML to test Mail Mailing instance and if my outlook instance is running , following code doesn’t work.
解决方案:
看起来你需要更改或设置默认的邮件客户端应用程序,请参见 如何更改默认邮件客户端 以获取更多信息。
要更改默认的电子邮件客户端:-
以管理员身份登录
打开Internet Explorer,点击
Tools
菜单,选择Internet Options
. 点击Programs
标签,并从下拉列表中选择您的电子邮件客户端。选择后,点击OK
Apply
按钮。