881df4ef by Jeff Balicki

ddd

1 parent ed4a4ab4
......@@ -198,7 +198,7 @@ $body = ob_get_clean();
wp_mail($to, $subject, $body, $headers);
$to_customer = $data['email'];
$to_customer = $_REQUEST['email'];
$subject_customer = 'What\'s Your Number Request Confirmation';
$headers_customer = array('Content-Type: text/html; charset=UTF-8');
......