に問題がありmailcatcher
ます。
私のphp.ini:
[mail function]
; XAMPP: Comment out this if you want to work with an SMTP Server like Mercury
SMTP = localhost
smtp_port = 1025
メール.php:
if( mail('test@example.com', 'My Subject', 'test' 'testexample.com') ) {
echo "Mail Sent!";
} else {
echo "not working";
}
この問題に関する多くの記事、StackOverflow の質問を読んだだけですが、うまくいくものは見つかりませんでした。
私の他のプロジェクトでは、 と を使用composer
してswiftmailer
います。私のメールをswiftmailer
mailcatcher
キャッチしますが、ないプロジェクトでswiftmailer
mailcatcher
は機能しません。多分誰かが同じ問題を抱えていますか?