881df4ef by Jeff Balicki

ddd

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