PHP 获取 msn 联系人列表并通过 msn 发送电子邮件
有没有相关的课程,我找到了一些课程,但它们很旧,所以不起作用。
我需要一个代码片段或一个类来获取包含用户名和密码的 msn 联系人列表。
是否可以通过hotmail而不是php的邮件功能发送邮件
Is there any class for it i found some classes but they were old so not working.
I need a code snippet or a class for getting msn contact list with username and password.
And is it possible sending mail via hotmail instead of php's mail function
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要从各种提供商(例如电子邮件或社交网络)获取联系人列表,请查看开放邀请者 - http://openinviter。 com - 它支持大量的提供商。
至于“通过msn而不是PHP的邮件功能发送”,如果邮件提供商公开了一个API来做到这一点,那么是的(我不知道它是否这样做,但很可能不是),否则我看不到那件事发生了。
To get contacts list from all sorts of providers, being an email or social network, take a look at open inviter - http://openinviter.com - it supports a plethora of providers.
As for the "send via msn instead of PHP's mail function", if the mail provider exposes an API to do that, then yes (I don't know if it does though, but most likely not), otherwise I don't see that happening.