Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread Nicole Amashta
Yeah, if you are using DHCP. Otherwise, you manually assign IPs to each computer on the network. "Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The 192.168.0.xxx range are used in Microsofts Internet Connection Sharing > I believe. The host PC

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread Scott St. John
You see 192.168.xxx.xxx as home networks and corporate networks, it is a Class C designed for that as it will NOT route on the Internet. As for the 0 you could have 192.168.0.1, but will not see 192.168.0.0 as 0 and 255 are your broadcast addresses. So in a home network BEHIND a firewall or I

RE: [PHP-WIN] sendmail for windows

2002-03-08 Thread Shrock, Court
> Sent: Friday, March 08, 2002 11:55 AM > To: LaserJetter > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] sendmail for windows > > > LaserJetter, > > > Is 192.168.0.2 a valid IP address? I didn't know you could > have a zero > as > > one of the elem

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread DL Neil
LaserJetter, > Is 192.168.0.2 a valid IP address? I didn't know you could have a zero as > one of the elements. I'm not sure where this question came from, but ... Yes you can have a zero value in IP address octets. Obviously they all can't be zero. (I haven't researched it, but maybe the first

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread Ross Fleming
The 192.168.0.xxx range are used in Microsofts Internet Connection Sharing I believe. The host PC (the one with the actual internet connection, modem whatever) is 192.168.0.1, the rest of the computers on the network are assigned up from one, so 192.168.0.2 will be the second pc attached to the n

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread LaserJetter
Is 192.168.0.2 a valid IP address? I didn't know you could have a zero as one of the elements. "Dl Neil" <[EMAIL PROTECTED]> wrote in message 0ac801c1c118$1f9244e0$c200a8c0@jrbrown">news:0ac801c1c118$1f9244e0$c200a8c0@jrbrown... > Scott, > > > Come to think of it I have MS SMTP service from the

Re: [PHP-WIN] sendmail for windows

2002-03-01 Thread DL Neil
Scott, > Come to think of it I have MS SMTP service from the IIS install, I wonder > if you install that, then point it to your ISP if that would work. The answer is a definite "maybe"! It is a topic that comes up on the list from time-to-time. Some claim to have made it work. The overwhelming

Re: [PHP-WIN] sendmail for windows

2002-02-28 Thread Scott St. John
Come to think of it I have MS SMTP service from the IIS install, I wonder if you install that, then point it to your ISP if that would work. On Thu, 28 Feb 2002, DL Neil wrote: > Please post the mail section of your php.ini file. > Have you checked that a email client, eg OL/OE, can use the

Re: [PHP-WIN] sendmail for windows

2002-02-28 Thread DL Neil
Please post the mail section of your php.ini file. Have you checked that a email client, eg OL/OE, can use the SMTP server successfully? Please advise, =dn > i have tried that solution, but its still not working. > do you know another method? > > > If your ISP does not mind just put their SMTP s

Re: [PHP-WIN] sendmail for windows

2002-02-28 Thread Adolfo Meneses
i have tried that solution, but its still not working. do you know another method? - Original Message - From: "Scott St. John" <[EMAIL PROTECTED]> To: "Adolfo Meneses" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 5

Re: [PHP-WIN] sendmail for windows

2002-02-28 Thread Scott St. John
If your ISP does not mind just put their SMTP server in there. If you are just testing a few times and not sending out a ton of emial, it should not be a problem. As long as this machine can see the SMTP server of your ISP you should be ok. -Scott On Thu, 28 Feb 2002, Adolfo Meneses wrot