0
パスワードリセットを送信するようにメールを設定するのはこれが初めてです。私はアクティブであることを確認した。私はこのエラーパスワードリセットの送信メールでエラーが発生するLaravel 5.4
Expected response code 250 but got code "530", with message "530 5.7.0
Must issue a STARTTLS command first. g63sm30213782wme.11 - gsmtp"
を取得していますと、ここに私の設定のconfig/mail.phpにセットメールデータを使用しようとした
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=***********
MAIL_ENCRYPTION=tls
更新 です。今私はこのエラーが表示されます
Expected response code 250 but got code "530", with message "530-5.5.1
Authentication Required. Learn more at 530 5.5.1
https://support.google.com/mail/?p=WantAuthError u189sm6330267wmg.18 - gsmtp"
[Laravel SwiftMailer:期待されるレスポンスコード250、コード530が得られました。メッセージは「530-5.5.1認証が必要です」(http://stackoverflow.com/questions/37469770/laravel-swiftmaile) r-expected-response-code-250-but-got-code-530-messag) – Ian
[Laravel 5:Email送信]の可能な複製(http://stackoverflow.com/questions/31378357/laravel-5-送信メール) – aleksejjj