Am using Horde 3.1.3 and IMP 4.1.3 I have a script like so: <?php $recipient = "[EMAIL PROTECTED]"; $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/ --------------------------------------------------- -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
