I am trying to attach an image to the email by which can not be show image
This code notification
return (new MailMessage)
->from(config('mail.username'))
->subject('Reset Password')
->greeting('<img src="http://test.test/img/header/mail_head_en.jpg">')
->line('You are receiving this email because we received a password reset request for your account.')
->line('Your E-mail address ' . ' : ' . $notifiable->email)
->action('Reset Password', route('vendor.password.reset', $this->token . '?email=' . urlencode($notifiable->email)))
->line('If you did not request a password reset, no further action is required.');
but ,not show image to email
in your terminal or cmd run this command:
now go resources/views/vendor/notifications/email.blade.php on line no 4
Change
to