ID:               15495
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Mail related
 Operating System: XP Pro and 2000 Pro
 PHP Version:      4.1.1
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


Previous Comments:
------------------------------------------------------------------------

[2002-02-11 00:42:09] [EMAIL PROTECTED]

I am running Apache Version Apache/1.3.22 

ScriptAlias /php/ "f:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
LoadModule php4_module f:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php

php script:

<?
ini_set("SMTP", "[EMAIL PROTECTED]");
mail("[EMAIL PROTECTED]", "My Subject", "My Body");
?>

I get 
Warning: Failed to Connect in C:\apache\htdocs\mail_test.php on line 3

The same script works fine on my FreeBSD box. I have seen posts around
the same issue but have not grasped a clear understanding of any type
of resolve.

-Christian

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15495&edit=1

Reply via email to