a0d868c2 by Jeff Balicki

ddd

1 parent 559145b0
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="x-apple-disable-message-reformatting">
......@@ -17,15 +17,13 @@
<style>
@font-face { font-family: Calibri;
src: url('https://fp-canada.gotenzing.com/wp-content/themes/understrap-child/Calibri.woff') format('woff'); }
@font-face { font-family: Calibri-bold;
src: url('https://fp-canada.gotenzing.com/wp-content/themes/understrap-child/Calibri-Bold.woff') format('woff'); }
table, td, div, h1, p {font-family: Calibri;}
strong{font-family: Calibri;}
</style>
</head>
<body style="margin:0;padding:0;">
</head>
<body style="margin:0;padding:0;">
<table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;background:#ffffff;">
<tr>
<td align="center" style="padding:0;">
......@@ -50,12 +48,8 @@
<tr>
<td style="padding:0 0 36px 0;color:#153643;">
<h1 style="font-size:50px;line-height:55px;color:#fff;margin:0 0 20px 0; font-family: Calibri-bold;">
Important<br>Registration<br>Information</h1>
</td>
</tr>
<tr>
Important<br>Registration<br>Information
</h1>
</td>
</tr>
</table>
......@@ -68,7 +62,6 @@
<td colspan="3" style="padding:0 0 36px 0;color:#153643;">
<p style="margin:0 0 12px 0;font-size:24px;line-height:28px;font-family: Calibri;color:#012169;">We’ve received your registration information and we’ll confirm program acceptance within two business days from now. If we have questions, we’ll let you know or we will simply confirm acceptance.</p>
<p style="margin:0;font-weight:bold;font-size:20px;line-height:22px;font-family: Calibri-bold;color:#5B6770;">If you have questions, contact us at <a style="color:#012169;text-decoration: none;" href="mailto:wyncampaign@fpcanada.ca">wyncampaign@fpcanada.ca</a></p>
</td>
</tr>
<tr style="background:#ffffff;">
......@@ -105,7 +98,6 @@
</tr>
<tr>
<td style="padding:0;width:5%;" align="left">
</td>
<td style="padding:0;width:5%;" align="left">
<img width="16" src="https://fp-canada.gotenzing.com/wp-content/uploads/2022/01/t.png" class="img-fluid" alt="FP Canada">
......@@ -129,7 +121,6 @@
</table>
</td>
<td style="padding:0;width:5%;" align="left">
</td>
</tr>
<tr>
......@@ -153,6 +144,6 @@
</td>
</tr>
</table>
</body>
</html>
</body>
</html>
\ No newline at end of file
......
......@@ -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);
......