Mam problem z naglowkami e-maili!
Gmail wyswietla adresata jako (unknown), a w tresci wiadomosci pojawia sie kod html ze wszystkimi znacznikami, tagami.. Coz na to mozna poradzic?
<?php //Naglowki $naglowki = "MIME-Version: 1.0r\n"; $naglowki .= "Content-type: text/html; charset=UTF-8r\n"; $naglowki .= "Content-Language: PLr\n"; $naglowki .= "From: adres@email.pl <adres@email.pl>r\n"; //html do maila $wiadomosc = " <html> <body> <p>Data <strong>$data_dodania</strong></p> <hr/> <p><strong>Numer telefonu:</strong> $tel</p> <p><strong>E-mail:</strong> $mail</p> <hr/> <p><strong>godzina:</strong> $godzina</p> </body> </html>"; ?>