a0d868c2 by Jeff Balicki

ddd

1 parent 559145b0
......@@ -21,7 +21,7 @@ add_filter( 'cf7_2_post_status_wpsl_stores', 'publish_new_wpsl_stores',10,3);
$email = $submitted_data['your-email'];
$subject = 'Important Registration Information';
$message = file_get_contents('var/www/html/production/fp-canada/current/wp-content/themes/understrap-child/inc/Registration-Confirmation.html');
$message = file_get_contents('https://fp-canada.gotenzing.com/wp-content/themes/understrap-child/inc/Registration-Confirmation.html');
$headers_customer = array('Content-Type: text/html; charset=UTF-8');
wp_mail( $email , $subject, $message, $headers_customer);
......