原理解析: 验证邮箱在Laravel默认实现中是一个Notification,不是Mailable,而为了自定义验证邮箱的默认配置,我们先来查看一下 /vendor/laravel/framework/src/Illuminate/Auth/Notifications/VerifyEmail.php 文件: /** * Build the mail representation of the notification. * * @param mixed $notifiable * @return…