Massimiliano Assante 6 years ago
parent 5ea45659f0
commit 91ed30be89

@ -131,9 +131,10 @@ public class NewVRECreatedThread implements Runnable {
body.append("<body><br />")
.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("<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("</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("</div></p>")
.append("</body>");

Loading…
Cancel
Save