RE: [PHP] mail function????

2001-04-12 Thread Matt Williams
Hi, I have PHP 4.0 with IIS on Win2K and I think compiled everything right. I'm not sure how this works on Win32, but on unix it's fine. It's the mail() function. ex. mail("[EMAIL PROTECTED]","My Subject","My Test"); and it returns: Warning: Server Error in C:\PHP/index.php on line

[PHP] Mail Function

2001-04-11 Thread RealGM
Hi, Tonight was my first attempt at using the mail() function, and running the script I had no problems with execution. Everything seemed to go smoothly, except for one thing. I never received an email. I have consulted the manual and found nothing on the questions I am about to ask. Is

Re: [PHP] Mail Function

2001-04-11 Thread Zeus
MAIL PROTECTED] Sent: Wednesday, 11 April, 2001 5:16 PM Subject: [PHP] Mail Function Hi, Tonight was my first attempt at using the mail() function, and running the script I had no problems with execution. Everything seemed to go smoothly, except for one thing. I never received an emai

Re: [PHP] Mail Function

2001-04-11 Thread Zeus
April, 2001 5:40 PM Subject: Re: [PHP] Mail Function Thanks for the reply... It comes back mail sent, but nothing is actually arriving.. - Original Message - From: Zeus [EMAIL PROTECTED] To: RealGM [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 11, 2001 7:29 PM

[PHP] mail() function how???

2001-03-15 Thread Nilesh Parmar
Hello !! I have insalled php on my windows 98 machine.But the mail() function does not work. Can anyone give me info as to how to use the mail() function in php.Or rather should i require any configurations on my machine. please help thanx in advance Nilesh Parmar -- PHP General

RE: [PHP] mail() function how???

2001-03-15 Thread Knotek Vlastimil
, March 15, 2001 4:04 AM To: [EMAIL PROTECTED] Subject: [PHP] mail() function how??? Hello !! I have insalled php on my windows 98 machine.But the mail() function does not work. Can anyone give me info as to how to use the mail() function in php.Or rather should i require any

[PHP] Mail function

2001-02-19 Thread Joe Njeru
Hi, I am trying to send an email message using the mail() function. However when I put new line breaks - \n I get the following error Warning: Server Error in d:/wwwroot/admin/userdetails.php on line 12 But when I remove the newlines the function executes. What should I do to be able to send

Re: [PHP] Mail function

2001-02-19 Thread Richard Lynch
- From: "Joe Njeru" [EMAIL PROTECTED] Newsgroups: php.general Sent: Monday, February 19, 2001 4:56 AM Subject: [PHP] Mail function Hi, I am trying to send an email message using the mail() function. However when I put new line breaks - \n I get the following error Warnin

<    1   2   3   4   5