[imp] MIME Mail

Sn!per sniper at home.net.my
Thu Mar 1 00:57:21 PST 2007


Am using Horde 3.1.3 and IMP 4.1.3

I have a script like so:
<?php
$recipient = "roger at example.com";
$subject = "This is a test";

$message  = "abc123 abc123 abc123.<BR>";

$headers = "MIME-Version: 1.0\n";
$headers .= "Content-Type: text/html; charset=iso-8859-1\n";

mail($recipient,$subject,$message,$headers);
?>

When I open that mail message, there is this text: 'There are no parts that can be displayed inline.'

I am expecting to see the message like: 'abc123 abc123 abc123'. How do I make the message being displayed inline instead of having to click on the 'unanamed' link ? TIA.

--
roger


---------------------------------------------------
Sign Up for free Email at http://ureg.home.net.my/
---------------------------------------------------


More information about the imp mailing list