使用 WHM/Cpanel 通过 PHP 创建电子邮件
我正在使用 WHM/Cpanel 来管理我的网站。我在 Hostgator 上的 VPS 服务器上。我想通过 PHP 动态创建电子邮件帐户。有谁知道我可能需要什么才能做到这一点?有什么好的资源吗??他们可以分享书籍或代码让我去做这件事吗?
我只处理一个 cpanel 帐户,而不是多个帐户,所以我想我只需要 cpanels API。
I am using WHM/Cpanel to manage my sites. I am on a VPS server on Hostgator. I want to create email accounts dynamically via PHP. Does anyone know what I might need in order to do this ? Any good resources ?? Books or code they can share for me to go about doing this ?
I am only dealing with one cpanel account, not multiple accounts, so I figured i would just need the cpanels API.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下帖子包含对此的一些详细说明:
http:// /forums.cpanel.net/f42/create-email-account-using-api-121741.html
使用 cPanel-Matt 的 XMLAPI php 类是执行此操作的推荐方法,您可以在此处找到:
http://forums.cpanel.net/f42/xmlapi-php-class-111897.html
The following posts contain some detailed explanation of this:
http://forums.cpanel.net/f42/create-email-account-using-api-121741.html
Using cPanel-Matt's XMLAPI php class is the recommended way to do this which you can find here:
http://forums.cpanel.net/f42/xmlapi-php-class-111897.html