Y
yusufona
Misafir
Slmlar.. Aşağıdaki kodda bir hata gören var mı?? zira bu kod daha önce çalışan bir koddu. Hatta daha önce yapılan bir iki sitede de var. Fakat şu an çalışmıyor.. herhangi bir hata da vermiyor. Değişik iki serverda denedim yine yemedi.. Sorun ne olabilir? Serverlarda bir problem olabilir mi, varsa bu problem nedir? herkese iyi çalışmalar..
$mailheaders = "From: ";
$mailheaders .= "Web Form<[email protected]>";
$mailheaders .= "\n";
$mailheaders .= "Reply-To: ";
$mailheaders .= "[email protected]";
$mailheaders .= "\n";
$mailheaders .= "Content-Type: text/html; charset=ISO-8859-9\n";
$htmlmail = <<<end_of_html_mail
html burada...
end_of_html_mail;
mail ("[email protected]","Web Form",$htmlmail,$mailheaders);
$mailheaders = "From: ";
$mailheaders .= "Web Form<[email protected]>";
$mailheaders .= "\n";
$mailheaders .= "Reply-To: ";
$mailheaders .= "[email protected]";
$mailheaders .= "\n";
$mailheaders .= "Content-Type: text/html; charset=ISO-8859-9\n";
$htmlmail = <<<end_of_html_mail
html burada...
end_of_html_mail;
mail ("[email protected]","Web Form",$htmlmail,$mailheaders);