私は多くの時間を費やしていますが、localhost 経由でメールを送信できません。ブログをたくさん読んで、彼らが提案したように試しましたが、問題を解決できませんでした. では、これを整理するにはどうすればよいでしょうか。sendmail、phpmailerなどのサードパーティも試しました....私のphp.iniファイルの構成は次のとおりです。
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = smtp.gmail.com
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = ******224401@gmail.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path ="C:\wamp\sendmail\sendmail.exe -t -i"
どんなアイデアでも大歓迎です...事前に感謝します