|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-07 06:16 UTC] Daria Elias <dariaelias at hotmail dot com>
[2001-11-10 12:13 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 01:00:01 2025 UTC |
setup: apache 1.3.20 php 4.0.6 (announced it self as 4.0.5 in phpinfo?) php.ini: SMTP = linux sendmail_from = w2k@windows p.php: <? print("foobar"); mail ( "user1@linux, root@linux,", "test subject", "test mailer\n", "From: WebMaster <webmaster@linux>\nx-header: php mailer\nTo: User One <user1@linux>, root <root@linux>\nCc: user2@linux\n" ); ?> calling it failed and leads to error.log: FATAL: emalloc(): Unable to allocate -86918290 bytes so long.