HTML Email - do not repeat subject in message body.

This commit is contained in:
Heng Sin Low 2011-02-10 10:02:20 +08:00
parent 16c60adc49
commit 2fcdbafd6d
1 changed files with 33 additions and 34 deletions

View File

@ -763,7 +763,6 @@ public final class EMail implements Serializable
.append("</TITLE>\n") .append("</TITLE>\n")
.append("</HEAD>\n"); .append("</HEAD>\n");
sb.append("<BODY>\n") sb.append("<BODY>\n")
.append("<H2>" + subject + "</H2>" + "\n")
.append(message) .append(message)
.append("\n") .append("\n")
.append("</BODY>\n"); .append("</BODY>\n");