简体   繁体   English

直接超链接以组成gmail雅虎和Outlook页面

[英]direct hyperlink to compose page of gmail yahoo and outlook

I wanted to create hyperlink that will direct it to compose page that similar to Google Mail link (as my example): 我想创建超链接,将其定向到类似于Google Mail链接的撰写页面(以我的示例为例):

<li><a href="https://inbox.google.com/mail/?view=cm&fs=1&to=john@doe.com" title="Google Inbox Mail" data-uk-tooltip><img src="mail-google-inbox.svg'; ?>" alt="Google Inbox Mail"></a></li>

However, I tried other things but I cannot find same link for Yahoo Mail and Outlook... 但是,我尝试了其他方法,但是找不到Yahoo Mail和Outlook的相同链接...

Do you have guys idea? 你有主意吗? Thanks for the help. 谢谢您的帮助。

Reason: 原因:

Instead of using "mailto:", we would like to have our users choose which mail program/app to use to compose personal message. 与其使用“ mailto:”,不如让我们的用户选择用来编写个人消息的邮件程序/应用程序。

We have alternative options (like modal box with form and/or leave mailto as default hyperlink) but we end up to this flow that we think its good alternative option too. 我们有其他选择(例如带有表单的模式框和/或将mailto保留为默认超链接),但最终我们认为它也是很好的选择。

Ok, For Reference of the others... Here's what I have found out. 好的,供其他人参考...这是我发现的内容。 These are the hyperlinks that you can use instead of mailto: 这些是您可以用来代替mailto:的超链接mailto:

For Google Mail 对于Google Mail

https://mail.google.com/mail/?view=cm&fs=1&to=your@email.com

For Yahoo Mail 对于Yahoo Mail

https://compose.mail.yahoo.com/?to=your@email.com

For Outlook Mail / Hotmail 对于Outlook Mail / Hotmail

https://outlook.live.com/owa/?to=your@email.com&path=/mail/action/compose

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

相关问题 从Outlook中删除下划线gmail超链接 - Remove underline gmail hyperlink from outlook 如何从 Outlook 和 Gmail 中的超链接中删除下划线 - How to remove underline from hyperlink in outlook as well as gmail 如何在单击桌面应用程序中的按钮时打开 gmail/outlook 撰写屏幕? - How to open a gmail/outlook compose screen on clicking a button in Desktop application? 尽管在浏览器上工作的时事通讯(GMAIL、Yahoo Mail、Outlook、Hotmail 等)中,Web 字体无法应用 - Web fonts fails to apply in newsletter (GMAIL , Yahoo Mail , Outlook, Hotmail etc) working on browser though 表格在 outlook 中不起作用。 我们能否在 email 模板中创建 forms 模板,这些模板适用于所有邮件平台,如 gmail、雅虎、ZCD0FBB7849B9B301ECFZ4E 等 - Form is not working in outlook. can we create forms in email templates that will work in all mailing platforms like gmail, yahoo, outlook etc 从 Outlook 发送电子邮件模板时如何删除 Gmail 中的超链接下划线 - How to Remove Hyperlink underline in Gmail while sending Email template from outlook 在gmail中无法点击超链接 - Hyperlink is not clickable in gmail 图片未显示在 Gmail / Yahoo 邮件中 - Image not showing in Gmail / Yahoo mail HTML Mailto:适用于Gmail,但不适用于Yahoo - HTML Mailto: works with Gmail but not Yahoo 客户端验证-Similiar作为Gmail和Yahoo - Client Validation - Similiar as Gmail and Yahoo
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM