The correct is almost as the above marked answer. One most important part omitted is the absolute part of the image as indicated below:
$message = "";
$message .= "
";
$headers = "From: $from_email";
$headers .= "Content-type: text/html";
mail($to, $subject, $message, $headers);