开发者

How to find out my ISP

开发者 https://www.devze.com 2023-02-03 00:32 出处:网络
In i开发者_StackOverflow社区ni.php I\'m changing SMTP = localhost to my isp to send email from localhost. However I don\'t know how to find the isp.

In i开发者_StackOverflow社区ni.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.


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.


After a quick search I found this.

It says smtp.comcast.net .

Hope that helps!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消