mam "spraveny" emailovy formular podla tejto predlohy http://pabi3.com/blog/php-formular-a-email/ , potrebujem doriesit aby sa odosielali maily v utf-8
skusal som aj google, trosku pomohol no nijako presne,dik.
Kód: Vybrať všetko
$header = "From: $from\r\n" .
"MIME-Version: 1.0\r\n" .
"Content-type: text/plain;\r\n" .
" charset=utf-8\r\n" .
"Content-Transfer-Encoding: 8bit";
$odosli= mail("[email protected]", "Ziadost o cenovu ponuku", $text, $header);