kursatcanciger yok hocam o da olmadı ama
ResetPassword::toMailUsing(function ($notifiable, $token) {
$url = url(route('password.reset', [
'token' => $token,
'email' => $notifiable->getEmailForPasswordReset(),
], false));
return (new MailMessage)
->subject(__('Password Reset'))
->greeting(__('Dear user'))
->line(__('This e-mail has been sent to you to reset the password you are using. You can reset your password by clicking the button below.'))
->action(__('Reset my Password'), $url)
->line('Text');
});
bu verdiğin işe yaradı bana sadece verify Email olanı lazım şimdi de