Conten Type Plain/text och
Sebastian Dahlgren
sebastian at whilewefall.org
Mon May 14 20:16:05 BST 2007
Hej!
Testa att använda PHPMailer. Du hittar det här http://phpmailer.sourceforge.net/.
Mvh
Sebastian Dahlgren
On Mon, 14 May 2007 20:19:39 +0200, "Gilad Nevo" <gn.nevo at gmail.com> wrote:
> Hej
> Är det någon som vet hur man infogar i mail PHP både vanlig text och
> HTML?
> Har testat lägga in Plain text och där efter html sida. Dock lite
> kinkigt..
> Ser ungefär ut så här:
>
> $headers .= "MIME-Version: 1.0\n";
> $headers .= 'Content-Type: multipart/alternative;
> boundary="------------010409010601060607000400"';
>
> # -=-=-=- TEXT EMAIL PART
>
> This is a multi-part message in MIME format.
> --------------010409010601060607000400
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 8bit
>
> Detta är lite blandat.
>
> En liten kurre...
>
> -- Slut på meddelandet
>
>
>
> --------------010409010601060607000400
> Content-Type: multipart/related; //ny deklaraton nedan kommer
> html sidan + bild
> boundary="------------080305090807080100080206"
>
>
>
> --------------080305090807080100080206
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: 7bit
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> OSV...
> massa html text
> Vissa mail program stänger av bild visning.<br>Klicka på
> "View as HTML" eller "Visa som HTML"</font>
>
>
> </html>
>
> en bild kommer här
>
> och slut
> --------------080305090807080100080206--
>
> --------------010409010601060607000400--
>
> --
> ubuntu-se mailing list
> ubuntu-se at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-se
--
Sebastian Dahlgren
More information about the ubuntu-se
mailing list