Package org.olat.core.util.mail

Examples of org.olat.core.util.mail.MailTemplate


        plaintext.append(subitem.getDescription());
      }
      plaintext.append("\n\n");
    }
    String mailText = plaintext.toString();
    MailTemplate mailTempl = new MailTemplate(title, mailText, null) {

      @Override
      public void putVariablesInMailContext(VelocityContext context, Identity recipient) {
      // nothing to do
      }
View Full Code Here

TOP

Related Classes of org.olat.core.util.mail.MailTemplate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.