RE: [Linux-programlama] mail sorunu

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Erkan BALABAN (admin@molaver.net)
Date: Thu 23 Feb 2006 - 17:48:04 EET


          $headers = "MIME-Version: 1.0 \\r\n";

          $headers .= "Content-type: text/html; charset=iso-8859-9 \\r\n";

          $headers .= "From: ". $_POST["namesurname"] ." <".
$_POST["emailadresi"] . ">\r\n";

          $subject = "Kayit formu";

          $to = "<user@domain.com>";

          @mail($to, $subject, $mesaj, $headers);

 

 

Şeklinde gönderin

 

 

Erkan BALABAN

 

  _____

From: linux-programlama-bounces@liste.linux.org.tr
[mailto:linux-programlama-bounces@liste.linux.org.tr] On Behalf Of ahmet
demir
Sent: 23 Şubat 2006 Perşembe 17:18
To: linux-programlama@liste.linux.org.tr
Subject: [Linux-programlama] mail sorunu

 

$mesaj ="<html><head>";
$mesaj .="<meta name='ProgId' content='FrontPage.Editor.Document'>";
$mesaj .="<meta http-equiv='Content-Type' content='text/html;
charset=windows-1254'>";
$mesaj .="MIME-Version: 1.0";
$mesaj .="<title>Hello</title></head><body>";
$mesaj .=$_POST["yazi"];
$mesaj .="</body></html>";

boyle bir html sayfayi mail fonksiyonu ile php uzerinden gondermeye
calisiyorum gonderiyor fakat outlook ta html karakterler cikiyor outlookta
html karakterler cikmamasi icin ne yapmaliyiz.

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.