|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2006-07-13 14:32 UTC] iliaa@php.net
  [2006-07-14 06:23 UTC] danb1974 at gmail dot com
  [2006-07-14 06:45 UTC] ronabop@php.net
  [2006-07-14 07:45 UTC] danb1974 at gmail dot com
  [2009-06-20 08:53 UTC] pajoye@php.net
  [2009-06-22 13:52 UTC] rick at longbowgames dot com
  [2009-06-27 11:31 UTC] kalle@php.net
  [2009-06-30 11:40 UTC] kalle@php.net
  [2009-06-30 11:55 UTC] kalle@php.net
  [2010-10-22 14:17 UTC] kalle@php.net
 
-Status: Assigned
+Status: Closed
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 00:00:01 2025 UTC | 
Description: ------------ Computer reports "Full computer name: trashcan2.intranet" in my computer properties, computer name tab. Sending mail using mail() functions generates a "helo trashcan2" instead of "helo trashcan2.intranet", which is rejected by a unforgiving smtp server (helo requires fqdn). Reproduce code: --------------- mail('danb1974@gmail.com', 'test', 'message') Actual result: -------------- Warning: mail(): SMTP server response: 504 <trashcan2>: Helo command rejected: need fully-qualified hostname in C:\Temp\php\test.php on line 6