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.
在 ini.php 中,我将更SMTP = localhost改为我的 isp 以从 localhost 发送电子邮件。但是我不知道如何找到isp。
SMTP = localhost
不确定这是否相关。我使用 Comcast 互联网,我的电子邮件在 aol 或 yahoo 上。
如果您要尝试通过 aol 或 yahoo 发送邮件,最好的选择是使用 Pear::mail。
安装后,它可以使复杂设置的邮件发送变得更加简单。
当我需要通过经过身份验证的邮件服务器发送邮件时,我使用过它。
经过快速搜索,我找到了这个。
它说 smtp.comcast.net 。
希望有帮助!
好吧,如果您要将您的网站托管在某个托管服务器上,那么您将必须找到您的托管公司提供的 SMTP 服务器。您的 ISP 服务器将无法从您的家庭连接以外的其他托管位置工作。