Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
559145b0
authored
2022-01-21 13:08:31 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ssss
1 parent
7268c45b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
wp-content/themes/understrap-child/inc/emails.php
wp-content/themes/understrap-child/inc/emails.php
View file @
559145b
...
...
@@ -21,10 +21,12 @@ 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
(
'registration-confirmation.html'
);
$message
=
file_get_contents
(
'var/www/html/production/fp-canada/current/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
);
return
'draft'
;
}
\ No newline at end of file
}
...
...
Please
register
or
sign in
to post a comment