People I'm desparate... Help...
I'm trying to send an e-mail containing HTML context with embedded images, and I send it almost OK, with one exception: e-mail client doesn't show images, only empty image containers. There must be some way to embedd images in HTML, but I just can't find it. I use headers like this:
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-2\r\n";
$headers .= "From: \"Tagor kompjuteri i kompjuterska oprema\" <tagor@cg.yu>\n";