| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2000-09-23 14:00 UTC] tcs at cyber dot cs dot ntou dot edu dot tw
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 10:00:02 2025 UTC | 
in the php.ini ------------------------------------- [mail function] SMTP = bioclass.cs.ntou.edu.tw sendmail_from = administrator@bioclass.cs.ntou.edu.tw ;sendmail_path = -------------------------------------- and in the php script mail.php -------------------------------------- <? mail("tcs@cyber.cs.ntou.edu.tw","test","test"); ?> -------------------------------------- when I run php mail.php it can not finish the script and no error message