|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-12-09 19:22 UTC] fa@php.net
[2009-12-17 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 14:00:01 2025 UTC |
Description: ------------ In testing mail() I get the following error: Warning: mail() [function.mail]: SMTP server response: 501 Syntactically invalid HELO argument(s) in C:\XAMPP\htdocs\mailtest.php on line 2 Observations: [1] Firewall is turned off [2] I am behind a router. Here is test driver: <?php mail('old_ crow@primus.ca', 'feedback', 'its good',NULL); echo" <P>Test</P>"; ?> Reproduce code: --------------- --- From manual page: function.mail --- Expected result: ---------------- that mail() should run Actual result: -------------- it doesn't See abover