header z funkcji mail();
$headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=ISO-8859-2' . "\r\n"; $headers .= 'From: '.$mail."\r\n" . 'Reply-To: '.$mail."\r\n";
i struktura maila:
$headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=ISO-8859-2' . "\r\n"; $headers .= 'From: '.$mail."\r\n" . 'Reply-To: '.$mail."\r\n";