Najpierw urzywałem funkcji w ten sposób:
Kod
mail('adres@adres.pl','temat',$tresc_wiadom,'Content-type: text/html; charset=iso-8859-1\r\n from:adres@adres.pl')
po przeglądnięciu tego forum poprawiłem na:
Kod
mail('adres@adres.pl','temat',$tresc_wiadom, MIME-Version: 1.0 \r\n Content-Transfer-Encoding: 8bit\r\n Content-type: text/html; charset=iso-8859-2\r\n from:adres@adres.pl')
Bardzo proszę o pomoc i nie odsyłanie mnie do phpmailera (całość strony chce zrobić sam bez gotowych skryptów)
Z góry dziękuję i pozdrawiam