diff --git a/datacenterlight/templates/datacenterlight/emails/new_order_notification.html b/datacenterlight/templates/datacenterlight/emails/new_order_notification.html
new file mode 100644
index 00000000..5612b57a
--- /dev/null
+++ b/datacenterlight/templates/datacenterlight/emails/new_order_notification.html
@@ -0,0 +1,137 @@
+{% load static from staticfiles %}
+
+
+
+
+
+
+Oxygen Invoice
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ User details
+ Name: {{name}}
+ Email: {{email}}
+
+ VM details
+ Cores: {{cores}}
+ Memory: {{memory}}
+ Storage: {{storage}}
+ Price: {{price}}
+ Template: {{template_id}}
+
+ |
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+Your data center light team
+ |
+
+
+ |
+
+
+
+
+
diff --git a/datacenterlight/templates/datacenterlight/emails/new_order_notification.txt b/datacenterlight/templates/datacenterlight/emails/new_order_notification.txt
new file mode 100644
index 00000000..5612b57a
--- /dev/null
+++ b/datacenterlight/templates/datacenterlight/emails/new_order_notification.txt
@@ -0,0 +1,137 @@
+{% load static from staticfiles %}
+
+
+
+
+
+
+Oxygen Invoice
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ User details
+ Name: {{name}}
+ Email: {{email}}
+
+ VM details
+ Cores: {{cores}}
+ Memory: {{memory}}
+ Storage: {{storage}}
+ Price: {{price}}
+ Template: {{template_id}}
+
+ |
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+Your data center light team
+ |
+
+
+ |
+
+
+
+
+