PHP邮件()激活
我需要激活此 mail() 功能,有什么方法可以仅在我的托管帐户(在共享帐户上)上执行此操作吗?
谢谢!
I need to activate this mail() function is there any way of doing this only on my hosting account (being on shared account)?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

这是
mail()
函数没有运行的情况吗?大多数共享主机帐户都启用了它。唯一可以选择对服务器配置进行此类更改的人(据我所知)是服务器管理员。如果您确定您的帐户无法使用
mail()
函数,请联系您的网站主机支持并询问他们相关问题。Is this a case of the
mail()
function not operating? Most shared hosting accounts have it enabled. The only people who have the option to make that kind of change to the server configuration (as far as I know) is the Server Admin.If you are sure that the
mail()
function is not available on your account, contact your Webhost Support and ask them about it.