简体   繁体   English

如何使用PHP在href链接中的mailto功能上打开启动器应用程序

[英]How to Open launcher application on mailto function in href link using php

How to always ask for choose launcher application in mailto function without give permission in browser using php When i have click on link then always ask for choose launcher. 如何在不使用php的浏览器中授予许可的情况下,始终在mailto函数中要求选择启动器应用程序当我单击链接时,总是要求选择启动器。 How can i set using php code 我如何使用php代码进行设置

I have set below code 我已经设置了以下代码

<a href="mailto:jiteshgondaliya@gmail.com">Click Here</a>

Which application to be used for handling mailto: type of links do not depend on your code, but on the way the user configured their own browser. 用于处理mailto:应用程序mailto:链接的类型不取决于您的代码,而是取决于用户配置自己的浏览器的方式。

This is something that is 100% in the users power. 这是用户能力的100%。 It depends how they prefer to send their emails. 这取决于他们偏爱发送电子邮件的方式。
You can not manipulate the default email client for the user, as you can not choose the browser that the user will use to view your page. 您无法为用户操作默认的电子邮件客户端,因为您无法选择用户将用于查看页面的浏览器。

If you tell us more about your specific use case maybe we will be able to help you more. 如果您告诉我们更多有关您的特定用例的信息,也许我们将能够为您提供更多帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM