PHP mail() with images

Posted on 16th Feb 2014 by admin

I'm trying to get images to send along with my HTML e-mail sent through PHP mail(). I only tried viewing the e-mail through google mail and thunderbird, google mail showed the image but thunderbird could not, even after I told it too accept images. What's the proper way to send an image if there is one? I just added a simple <img src=""> too my HTML e-mail.

Other forums