taai Posted June 18, 2005 Report Share Posted June 18, 2005 <?php ini_set("sendmail_from",$_POST["mail"]); @mail("es@kautkaadsbox.lv",$_POST["tema"],$_POST["text"],"From: ".$_POST["name"]." <".$_POST["mail"].">\r\n"); header("Status: 302 Found"); header("Location: http://blaaa.lv/mail.htm"); ?><head><title>blaaa.lv</title></head> Nju šis tākā būtu kodiņš, lai varētu sūtīt uz e-pastu, BET ir problēma - e-pastā mīkstinājum un garumzīmju vietā parādās ķeburi (simbola html kods vai kas taml.) Lūdzu palīdziet cilvēkam, kurš cītīgi mācās... :huh: Link to comment Share on other sites More sharing options...
Grey_Wolf Posted June 18, 2005 Report Share Posted June 18, 2005 <?php ini_set("sendmail_from",$_POST["mail"]); @mail("es@kautkaadsbox.lv",$_POST["tema"],$_POST["text"],"From: ".$_POST["name"]." <".$_POST["mail"].">\r\n"); header("Status: 302 Found"); header("Location: http://blaaa.lv/mail.htm"); ?><head><title>blaaa.lv</title></head> Nju šis tākā būtu kodiņš, lai varētu sūtīt uz e-pastu, BET ir problēma - e-pastā mīkstinājum un garumzīmju vietā parādās ķeburi (simbola html kods vai kas taml.) Lūdzu palīdziet cilvēkam, kurš cītīgi mācās... :huh: 18631[/snapback] probleema taada ka nav noraadiits haiderim kaads buus veestules kodeejums :) Meklee sheit :) Link to comment Share on other sites More sharing options...
taai Posted June 19, 2005 Author Report Share Posted June 19, 2005 <?php <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">; ini_set("sendmail_from",$_POST["mail"]); @mail("es@kautkaadsbox.lv",$_POST["tema"],$_POST["text"],"From: ".$_POST["name"]." <".$_POST["mail"].">\r\n"); header("Status: 302 Found"); header("Location: http://blaaa.lv/mail.htm"); ?><head><title>blaaa.lv</title></head> pielieku <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> Bet neiet :( Link to comment Share on other sites More sharing options...
Venom Posted June 20, 2005 Report Share Posted June 20, 2005 "Content-Type: text/plain;\r\n\tcharset=windows-1257" kā 4ais parametrs pašai mail() funkcijai, nevis HTML lapai (sendmailam līdz tavai lapai nu pavisam nekādas darīšanas) Link to comment Share on other sites More sharing options...
Recommended Posts