|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-11 14:36 UTC] msopacua@php.net
[2002-11-18 09:21 UTC] fab at fluxus dot net
[2002-11-19 13:22 UTC] jjlochn at lirr dot org
[2002-11-21 17:16 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 00:00:02 2025 UTC |
I am running Apache 1.3.26 and php 4.2.3 on OSX 10.2.1 I have created the /usr/lib/php.ini file, and verified that changes to it are reflected in phpinfo(). The path to sendmail is set correctly. Sendmail functions properly, and I have alleviated the various permissions issues related to sendmail on OSX, as I have been using this box as a mail server for months now. This simple bit of scripting fails: mail("realaddress@earthlink.net", "My Subject", "Line 1\nLine 2\nLine 3"); There are no errors reported in the browser or in error_log, so there is no indication of failure, other than the fact that the email is never recieved. I have found dozens of similar posts in newsgroups and in web forums, but noone has yet found the answer. Searching your online KnowledgeBase and Bug DB come up with no mentions either. If there is any further information or debugging that I can provide, please let me know.