This commit is contained in:
Massimiliano Assante 2016-11-04 13:14:09 +00:00
parent c5c3590919
commit 05383891ae
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class EmailNotification {
emailrecipients = recipients;
emailSubject = subject;
emailRecipientsInCC = new ArrayList<InternetAddress>();
emailRecipientsInBCC = new ArrayList<InternetAddress>();
emailBody = new StringBuffer(body);
emailBody.append("<p>")
.append("<p><div style=\"color:#999999; font-size:10px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; padding-top:15px;\">")