improved contact email template
This commit is contained in:
		
							parent
							
								
									4654adc72f
								
							
						
					
					
						commit
						6234d56f8b
					
				| 
						 | 
					@ -5,9 +5,8 @@
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
<p>Dear Mr/Mrs {{.Name}},</p>
 | 
					<p>Hi,</p>
 | 
				
			||||||
<p>Thank you to have contacted our customer service.</p>
 | 
					<p>A new contact request has been submitted by Mr/Mrs {{.Name}}.</p>
 | 
				
			||||||
<p>Here is a summary of your request:</p>
 | 
					 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
  <li>Name: {{.Name}}</li>
 | 
					  <li>Name: {{.Name}}</li>
 | 
				
			||||||
  <li>Email: {{.Email}}</li>
 | 
					  <li>Email: {{.Email}}</li>
 | 
				
			||||||
| 
						 | 
					@ -15,10 +14,8 @@
 | 
				
			||||||
  <li>Subject: {{.Subject}}</li>
 | 
					  <li>Subject: {{.Subject}}</li>
 | 
				
			||||||
  <li>Message: {{.Message}}</li>
 | 
					  <li>Message: {{.Message}}</li>
 | 
				
			||||||
</ul>
 | 
					</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>
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue