formularz:
plik wysyłający mail2.php
<?PHP $adresat = 'adminskps@o2.pl'; @$name = $_POST['name']; @$email = $_POST['email']; @$priority = $_POST['priority']; @$subject = $_POST['subject']; @$message = $_POST['message']; @$link = $_POST['link']; $header = "From: formularz@skps.pl \nContent-Type:". ' text/plain;charset="iso-8859-2"'. "\nContent-Transfer-Encoding: 8bit"; else ?>