[imp] MIME Mail
Michael M Slusarz
slusarz at horde.org
Thu Mar 1 01:16:40 PST 2007
Quoting Sn!per <sniper at home.net.my>:
> 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.
This is in the faq. short answer: allow html parts to be viewed inline.
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the imp
mailing list