is_valid || $use_captcha == "no") { ?>success " . "\r\n"; $result = wp_mail($email_to, $subject, $text, $headers); if(!$result) { global $phpmailer; var_dump($phpmailer->ErrorInfo); } } else { die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")"); } ?>