Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 PHP 网站由 profusehost.net 托管。问题是当我使用汞邮件在我的 apache 服务器上本地托管 send_email 功能时,它可以正常工作。但是现在当我在 profusehost 上托管我的页面时,邮件不会与 send_email 一起发送。是否需要与托管服务提供商进行一些设置,或者通常他们的邮件客户端已经配置?请帮忙...
您的托管服务提供商的服务器上可能没有运行 sendmail 的实例。看看梨邮件;它会让你指定一个备用的 SMTP 服务器:
http://pear.php.net/manual/en/package.mail.mail.factory.php