first real commit in standalone repo
This commit is contained in:
9
templates/email/html/confirmation.php
Normal file
9
templates/email/html/confirmation.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<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') ?>,
|
||||
</p>
|
||||
Reference in New Issue
Block a user