summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2020-03-02 13:03:59 +0530
committerprashantsinalkar2020-03-02 13:03:59 +0530
commit3198b009bf9eb606200e2bdd03e8c48c169619e4 (patch)
tree27b053711812e1552e5e4b93a2e95c8a8b67e694
parent74c85d5bb0e2e4f2db543a478d1b7bd5e57c0d50 (diff)
downloadarduino_projects_website-3198b009bf9eb606200e2bdd03e8c48c169619e4.tar.gz
arduino_projects_website-3198b009bf9eb606200e2bdd03e8c48c169619e4.tar.bz2
arduino_projects_website-3198b009bf9eb606200e2bdd03e8c48c169619e4.zip
added email template
-rw-r--r--arduino_blog/templates/email/proposal_received.html13
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.&nbsp;</span></p>
+<p>&nbsp;</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>&nbsp;</p>
+<h6 style="text-align: center;">*** This is an automatically generated email, please do not reply***</h6>
+</body>
+</html>