I have a contact form that submits info using wp_mail(),
If i use it with 3 parameters like below it works:
wp_mail($to, $subject, $message)