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

Re: [PHP-WIN] sendmail

2001-12-05 Thread Mentor Mala
Actually first off, there is a sendmail version for Windows. I use it and works fine.. on the other hand.. if you are using WINDOWS Server (NT or 2000) for server you can use localhost works great.. Of course you need to have the IIS running For a copy of Sendmail for windows visit http://ww

RE: [PHP-WIN] Sendmail...

2001-10-26 Thread Ross Fleming
OK people, it appears to work now without a sendmail replacement. I've no idea what went wrong before but [mail function] SMTP= mail.totalise.co.uk ; for Win32 only sendmail_from= [EMAIL PROTECTED] ; for Win32 only seems to work just fine and dandio now. Thanks to everyone who helped. Ross

Re: [PHP-WIN] Sendmail...

2001-10-26 Thread DL Neil
TP or POP server because the less I run on the >(portable) box itself, the > > faster/better I > > > > like it!) > > > > > > > > - > > > > [mail function] > > > > ; For Win32 only. > > > > SMTP = smtp.isp.address.TLD > >

Re: [PHP-WIN] Sendmail...

2001-10-26 Thread Ross Fleming
y. > > > sendmail_from = [EMAIL PROTECTED] > > > > > > ; For Unix only. You may supply arguments as well (default: 'sendmail -t -i'). > > > ;sendmail_path = > > > - > > > > > > NB I didn't do anything with

Re: [PHP-WIN] Sendmail...

2001-10-26 Thread DL Neil
#x27;). > > ;sendmail_path = > > - > > > > NB I didn't do anything with the last line - the "Unix only" bit seemed a warning! >Also no 30-day wonder... > > > > Hope it helps, > > =dn > > > > - Original Message - >

Re: [PHP-WIN] Sendmail...

2001-10-25 Thread DL Neil
ed a warning! Also no 30-day wonder... Hope it helps, =dn - Original Message - From: "Ross Fleming" <[EMAIL PROTECTED]> To: "Eric Pankoke" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: 25 October 2001 12:11 Subject: Re: [PHP-WI

Re: [PHP-WIN] Sendmail...

2001-10-25 Thread Ross Fleming
Searched google with the string "sendmail for windows". http://www.indigostar.com/sendmail.htm It's a shareware version of sendmail though, not sure how long it will last. I'm thinking about using Blat (freeware) which is just a command line mailer and just calling it from exec() or system() et

RE: [PHP-WIN] Sendmail...

2001-10-24 Thread Eric Pankoke
Just curious, where did you find the win32 version of sendmail? At 11:49 PM 10/24/01 +0100, Ross Fleming wrote: >Never mind people, I found a win32 version of sendmail and it works now. > >Ta anyway > >Ross > >-Original Message- >From: Ross Fleming [mailto:[EMAIL PROTECTED]] >Sent: 24 Oct

RE: [PHP-WIN] Sendmail...

2001-10-24 Thread Ross Fleming
Never mind people, I found a win32 version of sendmail and it works now. Ta anyway Ross -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: 24 October 2001 23:29 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Sendmail... Hello, I'm probably just being a bit thick, but how