How to attach and show image in mail using php?

Johan picture Johan · Oct 22, 2009 · Viewed 21.2k times · Source

I want to attach an image and then show it in an email.

The image I want to attach is on my server. I use html in the email.

How do I do this with php? (And I don't want to use any library like PEAR).

Answer