Re: [PHP] mail problems in windows2000

2001-01-26 Thread Richard Lynch
>Warning: Failed to Connect in d:\apache\htdocs\mail2.php on line 3 > >OOps ~ so I installed my SMTP services then configured my PHP.ini file like this Wow. Win2K actually *has* SMTP in it? :-^ >mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3"); You're going to need \r\n instea

[PHP] mail problems in windows2000

2001-01-26 Thread seojuyung
Hello everyone~ I'm a Korean(in ASIA) PHPer. I have some problems with 'mail()' function in windows2000 and PHP4.0 first I met a error message like this Warning: Failed to Connect in d:\apache\htdocs\mail2.php on line 3 OOps ~ so I installed my SMTP services then configured my PHP.ini file lik