為什么我發(fā)送錯誤
為什么我沒有發(fā)送成功哈? php.ini中 mail.add_x_header = On sendmail_path="D:\phpStudy\sendmail\sendmail.exe -t" sendmail_from = 1727728211@qq.com 代碼如下: <?php // 郵件發(fā)送錯誤信息 error_reporting(-1); ini_set('display_errors',0); ini_set('log_errors',1); error_log('當前系統(tǒng)被攻擊產(chǎn)生致命錯誤',1,'157330133@qq.com');
2015-12-14