|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-08 15:10 UTC] iliaa@php.net
[2002-10-08 15:49 UTC] logico at avantel dot net
[2002-10-08 17:22 UTC] sniper@php.net
[2002-10-10 02:36 UTC] mfischer@php.net
[2002-10-10 10:33 UTC] logico at avantel dot net
[2002-10-10 10:39 UTC] mfischer@php.net
[2002-10-26 01:00 UTC] php-bugs at lists dot php dot net
[2003-07-14 22:51 UTC] shovey at frontiernet dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 07:00:01 2025 UTC |
I want to use the mail function but it always trigger the following warning: Warning: Server Error in D:\Web\phpcollab\mail.php on line 3 I tried to run PHP as ISAPI and CGI and it's the same problem. The source of mail.php is: <?php mail ("logico@avantel.net", "My subject", "Line 1\nLine 2\nLine 3"); ?> I'm almost sure that this is a bug because I've installed PHP plenty of times in different machines and it's the first time I have this problem. Thank you in advance!