时间:2021-07-01 10:21:17 帮助过:23人阅读
MAIL_DRIVER=smtpMAIL_HOST=smtp.ym.163.comMAIL_PORT=25MAIL_USERNAME=账号MAIL_PASSWORD=密码
当我们配置好了以后,发送邮件还是提示错误
cannot send message without a sender address
这是因为我们需要去修改一下 mail.php 配置文件
打开 config/mail.php 找到 from 配置项
'from' => ['address' => null, 'name' => null],
我们需要配置发件地址,和显示的昵称,把这两项配置好了就ok啦~
欢迎加入 laravel 学习小组:365969825 一起学习