updated default templates
This commit is contained in:
parent
250b9aeb03
commit
69139b6afc
|
@ -5,7 +5,10 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<legend>Request Summary</legend>
|
||||
Dear Mr/Mrs {{.Name}},
|
||||
Thank you to have contacted our customer service.
|
||||
|
||||
<legend>Summary of your request</legend>
|
||||
<ul>
|
||||
<li>Name: {{.Name}}</li>
|
||||
<li>Email: {{.Email}}</li>
|
||||
|
@ -14,6 +17,11 @@
|
|||
<li>Message: {{.Message}}</li>
|
||||
</ul>
|
||||
|
||||
We'll get back to you to you within the next 48 hours.
|
||||
Kind regards,
|
||||
--
|
||||
The Customer Service Team
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -5,24 +5,25 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<p>Dear {{.Name}},</p>
|
||||
<p>Dear Mr/Mrs {{.Name}},</p>
|
||||
<p>
|
||||
Thank you for your interest in our products. Please find below information to get access to the demo platform.
|
||||
Thank you for your interest in our products.
|
||||
You'll find below information to get access to the demo platform.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>URL: <a href="{{.DemoURL}}">{{.DemoURL}}</a></li>
|
||||
<li>Login: demo</li>
|
||||
<li>Password: 95t8aLLj</li>
|
||||
<li>Password: password</li>
|
||||
</ul>
|
||||
<p>Enjoy and don't hesitate to contact us if you do have any feedback.</p>
|
||||
<p>
|
||||
Kind regards,<br/>
|
||||
The Product Team
|
||||
The Customer Service Team
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
<legend>Request Summary</legend>
|
||||
<legend>Summary of your request</legend>
|
||||
<ul>
|
||||
<li>Name: {{.Name}}</li>
|
||||
<li>Email: {{.Email}}</li>
|
||||
|
|
Loading…
Reference in New Issue