responsively-app/website/forms/templates/confirmation_to_user.html
2019-09-11 21:45:17 +05:30

23 lines
487 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>Thanks for submitting a form on our website.</h1>
<P>
Dear [[contact-name]],
</P>
<p>
We're glad you took the time to send us a message.
</p>
<p>
Just so you know, this is an automated email sent from our website.
</p>
<p>
We'll be in touch with you soon to respond to your enquiry.
</p>
<p>
Regards, <br />
Company Name Here <br />
</p>
</body>
</html>