Add report notification by email support.
This commit is contained in:
19
wise-webapp/src/main/resources/mail/editorErrorReport.vm
Normal file
19
wise-webapp/src/main/resources/mail/editorErrorReport.vm
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<body>
|
||||
<ul>
|
||||
<li>User Name: ${user.fullName}</li>
|
||||
<li>Email: ${user.email}</li>
|
||||
<li>User Agent: ${userAgent}</li>
|
||||
<li>Mindmap Id: ${mapId}</li>
|
||||
<li>Mindmap Title: ${mapTitle}</li>
|
||||
</ul>
|
||||
<pre style="border:1px dashed #a9a9a9">
|
||||
${errorMsg}
|
||||
</pre>
|
||||
|
||||
<pre style="border:1px dashed #a9a9a9">
|
||||
${mapXML}
|
||||
</pre>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user