# 初期値
MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null
# mailtrap.ioから、usernameとpasswordを取得して.envを編集
# password reset buttonを押下
Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required
う。。。
# キャッシュクリア
[vagrant@localhost angel]$ php artisan config:cache
Configuration cache cleared!
Configuration cached successfully!
# 再度password reset buttonを押下
# mailtrapで確認
なるほど。