- Improve email notification cases for unexpected exceptions.
This commit is contained in:
26
wise-webapp/src/main/resources/mail/errorNotification.vm
Normal file
26
wise-webapp/src/main/resources/mail/errorNotification.vm
Normal file
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<body>
|
||||
<ul>
|
||||
<li>User Name: ${user.fullName}</li>
|
||||
<li>Email: ${user.email}</li>
|
||||
<li>User Agent: ${userAgent}</li>
|
||||
#if($mapId)
|
||||
<li>Mindmap Id: ${mapId}</li>
|
||||
#end
|
||||
#if($mapTitle)
|
||||
<li>Mindmap Title: ${mapTitle}</li>
|
||||
#end
|
||||
</ul>
|
||||
|
||||
<pre style="border:1px dashed #a9a9a9">
|
||||
${errorMsg}
|
||||
</pre>
|
||||
|
||||
#if($mapXML)
|
||||
<pre style="border:1px dashed #a9a9a9">
|
||||
${mapXML}
|
||||
</pre>
|
||||
#end
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user