Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread mike cullerton
on 1/18/02 12:00 AM, Jeff D. Hamann at [EMAIL PROTECTED] wrote: I've been trying to figure out what was wrong with my script... ? mail([EMAIL PROTECTED], Subject, command line mail() test); ? from the command line, php mail_test.php and getting, X-Powered-By: PHP/4.0.6

Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread Jeff D. Hamann
nope. no difference. jeff. Mike Cullerton [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... on 1/18/02 12:00 AM, Jeff D. Hamann at [EMAIL PROTECTED] wrote: I've been trying to figure out what was wrong with my script... ? mail([EMAIL PROTECTED], Subject,

Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread mike cullerton
what about the [EMAIL PROTECTED]? is it failing on a 'bad' email address? or maybe putting everything in variables and trying mail($to,$subject,$message); on 1/18/02 9:14 AM, Jeff D. Hamann at [EMAIL PROTECTED] wrote: nope. no difference. jeff. Mike Cullerton [EMAIL PROTECTED] wrote in

Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread Jeff D. Hamann
cullerton [EMAIL PROTECTED]; Jeff D. Hamann [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 18, 2002 9:09 AM Subject: Re: [PHP] command line are -c doesn't work on win2k? Mike and Jeff, what about the [EMAIL PROTECTED]? is it failing on a 'bad' email address? or maybe putting

Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread DL Neil
Mike and Jeff, what about the [EMAIL PROTECTED]? is it failing on a 'bad' email address? or maybe putting everything in variables and trying mail($to,$subject,$message); =there's a difference between the way PHP talks to an SMTP server (using mail()) on Win32 compared to *nix - which can

Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread Jeff D. Hamann
]; mike cullerton [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 18 January 2002 17:25 Subject: Re: [PHP] command line are -c doesn't work on win2k? This will work from the dir that contains php.exe.. ? mail( [EMAIL PROTECTED], subject, test ); ? here are the php.ini smtp lines

Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread Jeff D. Hamann
PROTECTED]; mike cullerton [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 18 January 2002 17:25 Subject: Re: [PHP] command line are -c doesn't work on win2k? This will work from the dir that contains php.exe.. ? mail( [EMAIL PROTECTED], subject, test ); ? here are the php.ini smtp

Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread DL Neil
]; [EMAIL PROTECTED] Sent: 18 January 2002 17:25 Subject: Re: [PHP] command line are -c doesn't work on win2k? This will work from the dir that contains php.exe.. ? mail( [EMAIL PROTECTED], subject, test ); ? here are the php.ini smtp lines... [mail function] ; For Win32 only

Re: [PHP] command line are -c doesn't work on win2k?

2002-01-18 Thread DL Neil
PROTECTED]; [EMAIL PROTECTED] Sent: 18 January 2002 18:23 Subject: Re: [PHP] command line are -c doesn't work on win2k? do you have an ini, not the exe, file in c:\winnt\system32 ? jeff. - Original Message - From: DL Neil [EMAIL PROTECTED] To: Jeff D. Hamann [EMAIL PROTECTED]; mike

[PHP] command line are -c doesn't work on win2k?

2002-01-17 Thread Jeff D. Hamann
I've been trying to figure out what was wrong with my script... ? mail([EMAIL PROTECTED], Subject, command line mail() test); ? from the command line, php mail_test.php and getting, X-Powered-By: PHP/4.0.6 Content-type: text/html attempting to deliver the mailbr bWarning/b: Unknown error