Beispiel #1
0
 @Signature
 public PHtmlEmail setHeaders(Map<String, String> map) {
   htmlEmail.setHeaders(map);
   return this;
 }