HTML Email - do not repeat subject in message body.
This commit is contained in:
parent
16c60adc49
commit
2fcdbafd6d
|
|
@ -763,7 +763,6 @@ public final class EMail implements Serializable
|
|||
.append("</TITLE>\n")
|
||||
.append("</HEAD>\n");
|
||||
sb.append("<BODY>\n")
|
||||
.append("<H2>" + subject + "</H2>" + "\n")
|
||||
.append(message)
|
||||
.append("\n")
|
||||
.append("</BODY>\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue