I have an HTML newsletter email going out that doesn't show the pic..........the placeholder shows up in the email, but the pic does not.
Here is the code for it.
$to = $email;
$from = "bixler@mchsi.com";
$headers = "From: $from\r\n";
$headers .= "Reply-To: $from\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html; charset=iso-8859-1\r\n";
$headers .= "X-Priority: 1\r\n";
$headers .= "X-Mailer: PHP / ".phpversion()."\r\n";
mail($email, "Your Newsletter from BixlerCorp.com", $body, $headers);
Thanks for any and all help that can be given.
best regards,