Re: [PHP] mail() function HELP

2008-03-04 Thread Shawn McKenzie
Stut wrote: > Please include the list when replying. And please don't top-post, it > makes proper quoting difficult. > > On 4 Mar 2008, at 22:10, Sofia Jacob (CA) wrote: >> Yes, I did that first and I get the error: >> >> Warning: mail() [function.mail]: Failed to connect to mailserver at >> "mai

Re: [PHP] mail() function HELP

2008-03-04 Thread Stut
To: "Sofia Jacob (CA)" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, March 04, 2008 4:57 PM Subject: Re: [PHP] mail() function HELP > On 4 Mar 2008, at 21:18, Sofia Jacob (CA) wrote: >> I'm getting problems with the mail() function. >> >> ERROR: >> >> War

Re: [PHP] mail() function HELP

2008-03-04 Thread Shawn McKenzie
Stut wrote: > On 4 Mar 2008, at 21:18, Sofia Jacob (CA) wrote: >> I'm getting problems with the mail() function. >> >> ERROR: >> >> Warning: mail() [function.mail]: Failed to connect to mailserver at "" >> port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use >> ini_set() in C:\wamp

Re: [PHP] mail() function HELP

2008-03-04 Thread Stut
On 4 Mar 2008, at 21:18, Sofia Jacob (CA) wrote: I'm getting problems with the mail() function. ERROR: Warning: mail() [function.mail]: Failed to connect to mailserver at "" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\php_sandbox\user_auth_

Re: [PHP] PHP mail() function. Help please...

2001-11-18 Thread Anthony Ritter
Thank you! It works fine. Regards, Tony -- PHP General 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] PHP mail() function. Help please...

2001-11-18 Thread Avdija A . Ahmedhodžić
19. studeni 2001 01:07 Subject: [PHP] PHP mail() function. Help please... > I'm reading J.Meloni's tutorial on page 119 in "Fast and Easy" and she is > explaining using the PHP mail function. > > There are two scripts for this example... > > One is the .htm

[PHP] 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. 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: Simple Feedback Form Y