Я пытаюсь прикрепить изображение к электронному письму, по которому нельзя показать изображение
Этот код уведомления
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.');
но не показывать изображение на электронную почту