|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-11 02:48 UTC] mfischer@php.net
[2002-02-11 03:04 UTC] chris_essner at yahoo dot com
[2002-02-11 03:16 UTC] chris_essner at yahoo dot com
[2002-02-11 03:18 UTC] chris_essner at yahoo dot com
[2002-02-11 04:33 UTC] wez@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 17:00:02 2025 UTC |
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", "blah@blah.com"); mail("me@blah.com", "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