[PHP-WIN] php mail function

2007-12-06 Thread vikas batra
Hi, In my site all emails are going fine 3-4 days ago.but now not even a single mail is coming.hosting environment is Cpanel based...I m using mail() function of php for sending mails, what may be the problem, any body can help me in this case. Thanks, Vikas Batra 5, 50, 500, 5000

Re: [PHP-WIN] PHP Mail() function. Help please...

2001-11-18 Thread Anthony Ritter
Thank you Julie. It works fine now. Regards, Tony Ritter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] PHP Mail() function. Help please...

2001-11-18 Thread Julie Meloni
Sunday, November 18, 2001, 4:03:37 PM, you wrote: AR> Warning: Failed to connect in C:\Program Files\Apache AR> Group\Apache\htdocs\send_simpleform.php AR> in line 10. AR> I have made the corrections in my php.ini file in the [mail function] AR> to read as follows: AR> SMTP=localhost AR> [EMAI

[PHP-WIN] PHP Mail() function. Help please...

2001-11-18 Thread Anthony Ritter
I'm reading J.Meloni's tutorial on page 119 in "Fast and Easy" and she is explaining using the PHP mail function. I'm using MS Windows 98. There are two scripts for this example... One is the .html file which lays out the form with input boxes, a textarea box and a submit button. It is: Si