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

If that last comment I made were true, however, why am I not getting
the same error message on the FreeBSD box?


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

[2002-02-11 03:16:47] [EMAIL PROTECTED]

My apologies. It looks as though one must be sure of their smtp server.
I am trying to use smtp.mail.yahoo.com with a vaild @yahoo.com address
but it is still not working.

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

[2002-02-11 03:04:03] [EMAIL PROTECTED]

I'll be sure to follow your request to throw this into the support
forum but I think this is a bug regardless.

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

[2002-02-11 02:48:48] [EMAIL PROTECTED]

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

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

[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