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.tpl')
-rw-r--r--feedback/template/email.tpl41
1 files changed, 41 insertions, 0 deletions
diff --git a/feedback/template/email.tpl b/feedback/template/email.tpl
new file mode 100644
index 0000000..52f8d94
--- /dev/null
+++ b/feedback/template/email.tpl
@@ -0,0 +1,41 @@
+<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;">
+ Пользователь <b>%name%</b> оставил следующее сообщение:
+ <hr>
+ %message%
+ <hr>
+ Email пользователя: <b>%email%</b>
+ <br>
+ Дата отправки: <b>%date%</b>
+ <br>
+ %attachs%
+ </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>