I am able to send message to email however, when i try to send the FCKEDITOR with images to email, the image doesnt seem to appear.
Here is my code for the email:
What i received is a small grey square with the alternate text with this: \"\"
Is there a different code to send email via FCKEDITOR?
Here is my code for the email:
$useremail = "matvespa@hotmail.com";
$message = $_POST['editor1'];
$headers = "From: admin@wine7000.com\r\nContent-type: text/html";
$subject = $_POST['subject'];
$body = "<html><body>".$message."</body></html>";
mail($useremail, $subject, $body, $headers);
header("Location: AdminNewsletterSent.php");What i received is a small grey square with the alternate text with this: \"\"
Is there a different code to send email via FCKEDITOR?

Re: Send Message to Email
I am having the same issue.
Images don't appear in gmail and yahoo.
Some other service providers don't block the image.
Any ideas?
Regards
Michael