Files
cake-contact-us/templates/email/html/confirmation.php

9 lines
307 B
PHP
Raw Normal View History

2025-01-09 23:47:18 -08:00
<p>
<?= __d('cake_contact_us', "Hi {0}", isset($contactUsFormSubmission->name) ? $contactUsFormSubmission->name : '') ?>,
</p>
<p>
<strong><?= __d('cake_contact_us', 'We have received your message. We will be in touch soon.') ?></strong>
</p>
<p>
<?= __d('cake_contact_us', 'Thank you') ?>,
2025-11-10 23:51:18 -08:00
</p>