improved contact email template

This commit is contained in:
Rodrigue Chakode 2020-08-20 09:42:49 +02:00
parent 4654adc72f
commit 6234d56f8b
1 changed files with 3 additions and 6 deletions

View File

@ -5,9 +5,8 @@
</head>
<body>
<p>Dear Mr/Mrs {{.Name}},</p>
<p>Thank you to have contacted our customer service.</p>
<p>Here is a summary of your request:</p>
<p>Hi,</p>
<p>A new contact request has been submitted by Mr/Mrs {{.Name}}.</p>
<ul>
<li>Name: {{.Name}}</li>
<li>Email: {{.Email}}</li>
@ -15,10 +14,8 @@
<li>Subject: {{.Subject}}</li>
<li>Message: {{.Message}}</li>
</ul>
<p>We'll get back to you to you within the next 48 hours.</p>
<p>Kind regards,</p>
--
<p>Your Customer Service.</p>
<p>This is an automatic email from Krossboard's website.</p>
</body>