以下が機能しないのはなぜですか?
<?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
受信箱や迷惑メールボックスにメールが届きません。