如何在网站中导入来自各个电子邮件服务提供商的电子邮件联系人?
我正在尝试实现一个电子邮件邀请工具,可供我网站中的成员使用,并通过电子邮件邀请他的联系人评论博客。但我无法找到一种方法来为多个电子邮件服务提供商设计该工具,以便我可以接触到最大的人群。我已经在 JavaScript 中尝试过 Google Contacts API,效果很好,但我希望一些指令也为其他电子邮件提供商做同样的事情。任何帮助将不胜感激。
I am trying to implement a email invitation tool that can be used by a member in my website and invite his contacts over email to review blogs. But I am not able to find a way to design the tool for multiple email service providers so that I can reach out to a maximum crowd. I have experimented with Google Contacts API in JavaScript and I works good but I want some directive to do the same for other email providers too. Any help would be most appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试 OpenInviter (www.openinviter.com)。他们为 PHP 提供了一个 API,用于从多个电子邮件提供商导入电子邮件联系人。 )
在这里查看他们的演示 ( openinviter.com/demo/
You can try OpenInviter (www.openinviter.com). They provide an API for PHP to import email contacts from several email providers. Check their demo here (openinviter.com/demo/)
GeekTantra
这是一篇描述一些选项的文章...
http:// /hellblogger.com/2011/08/plaxo-api-contact-importer-widget-alternative/
Here's an article that describes a few options...
http://hellblogger.com/2011/08/plaxo-api-contact-importer-widget-alternative/