I have an image on a mail template, but when I send it, it does not carry an image. what should I do.
HTML template
<img src="/img/blahblah.jpg"> //this image does not display on receiver of mail
App \ Mail \ Subscribe
public function build() {
return $this->view('mail.subscribe');
}
source
share