Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'feedback/template/email_client.tpl')
-rw-r--r--feedback/template/email_client.tpl38
1 files changed, 38 insertions, 0 deletions
diff --git a/feedback/template/email_client.tpl b/feedback/template/email_client.tpl
new file mode 100644
index 0000000..21922a2
--- /dev/null
+++ b/feedback/template/email_client.tpl
@@ -0,0 +1,38 @@
+<table style="background-color: #f1f1f1; width:100%;" align="center" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td align="center" style="vertical-align:top; padding:30px 0; text-align:center">
+ <table style="text-align:left; width:680px; margin:0 auto; font-size:14px; border-spacing:0px">
+ <tbody>
+ <tr>
+ <td bgcolor="#fff" style="padding: 15px;">
+ <font color="#777" style="font-size:18px">%subject%</font>
+ </td>
+ </tr>
+ <tr>
+ <td height="25"></td>
+ </tr>
+ <tr>
+ <td bgcolor="#fff" style="padding: 15px;">
+
+ <p>Здравствуйте <b>%name%</b>, ваше сообщение доставлено.</p>
+ <p>На данное письмо отвечать не надо.</p>
+ <hr>
+ Дата отправки: <b>%date%</b>
+
+ </td>
+ </tr>
+ <tr>
+ <td height="25"></td>
+ </tr>
+ <tr>
+ <td bgcolor="#fff" style="padding: 20px 15px; color: #777; font-size: 14px;">
+ <p>&copy; 2022 Мой сайт.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>