$header = "MIME-Version: 1.0\r\n";
$header .= "Content-type: text/html; charset=iso-8859-1\r\n";
the above code is my header i used when i send in HTML format the message thru email. Im asking is what mime configuration will be to insert an image(.jpg) in that email cuz i can't insert an image as a background.
thanks in advance for help