使用 PHP 创建网络邮件帐户
如何使用 PHP 创建网络邮件帐户?我正在使用 cPanel。我尝试了几个脚本,但似乎都不起作用,有人可以给我一些见解吗?
非常感谢!!
How can i create webmail accounts using PHP? I am using cPanel. I tried several scripts but none of them seem to work, can someone give me some insight with this?
Thank you very much!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个示例应该只修改将您的访问数据放入单个文件 config.php 中,您可以通过这种方式轻松创建帐户。
我希望你觉得它有用:
This example should only modify your access data into a single file config.php and you can create an account easily this way.
I hope you find it useful:
您需要CPANEL XML API类。在这里下载:
http://sdk.cpanel.net/lib /xmlapi/php/cp_xmlapi_php_v1.0.5.tar.gz
它附带了使用示例,但这可以帮助您入门:
编辑:如果您需要有关 API 的更多信息,请参阅:http://docs.cpanel.net/twiki/bin/view/AllDocumentation/AutomationIntegration/XmlApi
You need the Cpanel XML API class. Download it here:
http://sdk.cpanel.net/lib/xmlapi/php/cp_xmlapi_php_v1.0.5.tar.gz
It comes with usage examples but this can get you started:
Edit: If you need more information on the API, see this: http://docs.cpanel.net/twiki/bin/view/AllDocumentation/AutomationIntegration/XmlApi