为什么以下不起作用?
<?php
mail('oshirowanen@gmail.com', 'some text here', 'some text here');
?>
access.log 显示:
127.0.0.1 - - [16/Jan/2013:08:46:52 +0000] "GET /test_mail.php HTTP/1.1" 200 294 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.11 (KHTML, like Gecko) Ubuntu/12.04 Chromium/20.0.1132.47 Chrome/20.0.1132.47 Safari/536.11"
error.log 显示:
nothing
我还从终端尝试了以下操作:
echo 'body' | sendmail recipient@example.net
没别的了。
mail.log 显示:
Jan 16 08:57:24 ubuntu postfix/smtp[4081]: connect to alt1.gmail-smtp-in.l.google.com[2a00:1450:4001:c02::1a]:25: Network is unreachable
我的收件箱或垃圾邮件箱没有收到电子邮件。