Witam, mam problem z formularzem. Za żadne skarby nie działają mi polskie znaki sad.gif

Mam taki początek:

  1. $to = $myemail;
  2. $email_subject = "$temat";
  3. $email_body =

  1.  
  2. "<html>".
  3.  
  4. "
  5. <head>
  6.  
  7. a {color:white !important;}
  8.  
  9. </style>
  10. <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
i tam dalej leci html.

oraz poniżej:

  1. $headers = "From: noreply@noreply.com.pl\r\n";
  2. $headers .= "Reply-To: $checked_email\r\n";
  3. $headers .= "CC: $checked_email\r\n";
  4. $headers .= "MIME-Version: 1.0\r\n";
  5. $headers .= "Content-Type: text/html; charset=utf-8\r\n";
  6.  
  7. mail($to,$email_subject,$email_body,$headers);


próbowałam na różne sposoby i maile dochodzą albo w ogóle bez ogonków albo z krzakami...
ktoś coś podpowie?