如何找到我的 ISP

发布于 2024-10-10 15:22:13 字数 140 浏览 5 评论 0原文

在 ini.php 中,我将 SMTP = localhost 更改为我的 isp,以从 localhost 发送电子邮件。但我不知道如何找到ISP。

不确定这是否相关。我使用康卡斯特互联网,我的电子邮件在美国在线或雅虎上。

In ini.php I'm changing SMTP = localhost to my isp to send email from localhost. However I don't know how to find the isp.

Not sure if this is relevant.. I use Comcast internet and my email is on either aol or yahoo.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夜访吸血鬼 2024-10-17 15:22:13

如果您打算尝试通过 aol 或 yahoo 发送邮件,最好的选择是使用 Pear::mail。

安装后,对于复杂的设置来说,发送邮件变得更加简单。

当我需要通过经过身份验证的邮件服务器发送邮件时,我使用过它。

Your best bet, if you are going to try to send mail through aol or yahoo, is to use Pear::mail.

Once you install it, it makes sending mail much simpler for complicated setups.

I've used it when I needed to send mail through an authenticated mail server.

﹂绝世的画 2024-10-17 15:22:13

快速搜索后,我发现 这个

它说 smtp.comcast.net 。

希望有帮助!

After a quick search I found this.

It says smtp.comcast.net .

Hope that helps!

无所谓啦 2024-10-17 15:22:13

好吧,如果您要将网站托管在某处的托管服务器上,那么您必须找到托管公司提供的 SMTP 服务器。您的 ISP 服务器无法在家庭连接以外的其他托管位置工作。

Well, if you are going to host your website on a hosted server somewhere, then you will have to find the SMTP server your hosting company is providing. Your ISP server won't work from another hosted location other than your home connection.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文