$to = \"$email\"; $subject = \"Thank You\"; $message = \"Thanks for applying\"; $from = \"solomon@kornar.com\"; $headers = \"From: $from\"; mail($to,$
Thanks for applying
You need to set your headers content type. Like:
$headers.= 'Content-type: text/html; charset=UTF-8' . "\r\n";