templates/mail/EVENT_ERRORS_REPORT.html
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:38:28 +0000 (12:38 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:38:28 +0000 (12:38 +0800)
templates/mail/EVENT_ERRORS_REPORT.html

index c627c24..3f31621 100644 (file)
@@ -1,16 +1,20 @@
-<!DOCTYPE html>
-<!--
-To change this license header, choose License Headers in Project Properties.
-To change this template file, choose Tools | Templates
-and open the template in the editor.
--->
+From: "Admin" <admin@example.com>
+To: test@example.com
+Subject: Event Errors Report.
+Content-Type: text/html; charset=utf-8
+
 <html>
     <head>
-        <title>TODO supply a title</title>
         <meta charset="UTF-8">
-        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <style>
+            html,body,table {font-family:Arial;font-size:14px;color:#2c336a;}
+            a {color:green;}
+            
+        </style>
     </head>
     <body>
-        <div>TODO write content</div>
+        
+        
     </body>
-</html>
+    
+</html>
\ No newline at end of file