diff options
Diffstat (limited to 'arduino_blog/templates')
-rw-r--r-- | arduino_blog/templates/email/proposal_received.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arduino_blog/templates/email/proposal_received.html b/arduino_blog/templates/email/proposal_received.html new file mode 100644 index 0000000..a1eb46b --- /dev/null +++ b/arduino_blog/templates/email/proposal_received.html @@ -0,0 +1,13 @@ +<html> +<body> +<p><span style="font-weight: 400;">Dear {{ name }},</span></p> +<p><span style="font-weight: 400;"><br /></span><span style="font-weight: 400;">Thank you for your submission! . We have received your proposal for the Open Source Hardware Project with the following details:</span></p> +<p><span style="font-weight: 400;">Your proposal is under review. You will receive an email as soon as it has been reviewed. </span></p> +<p> </p> +<p><span style="font-weight: 400;">Best Wishes,</span></p> +<p><span style="font-weight: 400;">Open Source Hardware Project Team,</span></p> +<p><span style="font-weight: 400;">FOSSEE, IIT Bombay</span></p> +<p> </p> +<h6 style="text-align: center;">*** This is an automatically generated email, please do not reply***</h6> +</body> +</html> |