tests working with emails alsog

This commit is contained in:
2025-11-10 23:51:18 -08:00
parent a659368867
commit f26aa9cbd3
11 changed files with 240 additions and 24 deletions

View File

@@ -9,9 +9,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
?>
<?= __d('cake_contact_us', "Hi {0}", isset($first_name) ? $first_name : '') ?>,
<?= __d('cake_contact_us', "Hi {0}", isset($contactUsFormSubmission->name) ? $contactUsFormSubmission->name : '') ?>,
<?= __d('cake_contact_us','We have received your message. We will be in touch soon.') ?>
<?= __d('cake_contact_us', 'Thank you') ?>,