This commit is contained in:
Massimiliano Assante 2017-12-06 15:25:56 +00:00
parent 5ea45659f0
commit 91ed30be89
1 changed files with 2 additions and 1 deletions

View File

@ -131,9 +131,10 @@ public class NewVRECreatedThread implements Runnable {
body.append("<body><br />") body.append("<body><br />")
.append("<div style=\"color:#000; font-size:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif;\">") .append("<div style=\"color:#000; font-size:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif;\">")
.append("Dear ").append(userFirstName).append(",") //dear <user> .append("Dear ").append(userFirstName).append(",") //dear <user>
.append("<p>").append(sender).append(" ").append("created the following VRE: ") // has done something .append("<p>").append(sender).append(" ").append("as VRE Manager allowed the creation of the following VRE: ") // has done something
.append(vreScope) .append(vreScope)
.append("</div><br />") .append("</div><br />")
.append("<p>Please note: the actual deploy may have been triggered by another VRE Manager</p>")
.append("<p>You received this email because you are an Infrastructure Manager in this portal</p>") .append("<p>You received this email because you are an Infrastructure Manager in this portal</p>")
.append("</div></p>") .append("</div></p>")
.append("</body>"); .append("</body>");