duanjie9630 2011-10-29 19:05
浏览 45
已采纳

是否可以在服务器上使用SMTP和PHP创建电子邮件地址? [关闭]

Is it possible to create an email address using SMTP and PHP on server programmatically with PHP or maybe some other programming language? I have an hosting account with a Bluehost. The host lets us create email address manually. Example: something@mydomain.com
Then people can send emails to the account because when the account is created, it also has its own inbox. I wanted to know if it is possible to make those email accounts somehow in PHP. Im using Bluehost as my domain host.

  • 写回答

1条回答 默认 最新

  • dongren7374 2011-10-29 19:17
    关注

    No, SMTP is a mail transfer protocol, it is not applicable for managing a mail server. On the other hand a specific mail server may have an interface which can be used to create users accounts. For example Apache James contains a Telnet like interface and among others it has a command for creating a new user account. This can be considered easily scriptable, but I do not know how much help PHP provides in this specific case.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 微信会员卡等级和折扣规则
  • ¥15 微信公众平台自制会员卡可以通过收款码收款码收款进行自动积分吗
  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分