我可以让我的应用程序在雅虎邮箱或gmail网络客户端中打开一个新电子邮件吗?

时间:2010-09-03 00:01:17

标签: apache email gmail yahoo-mail

我正在构建一个地址簿应用程序。我想允许用户点击我的应用程序中的联系人,并将其定向到他们的yahoo或gmail webmail,转到撰写页面,其中“to”字段填充了我提供的数据。这可能吗?

1 个答案:

答案 0 :(得分:1)

至于雅虎,我真的不知道。对于Gmail,你可以。只需使用下面的URL(相应地更改变量)。

https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=user@example.com

It was just yesterday that I asked a if anyone knew where to find all of Gmail's variables.