Package com.feth.play.module.mail.Mailer

Examples of com.feth.play.module.mail.Mailer.Mail


   * @return The {@link akka.actor.Cancellable} that can be used to cancel the
   *         action.
   */
  protected Cancellable sendMail(final String subject, final Body body,
      final String recipient) {
    return sendMail(new Mail(subject, body, new String[] { recipient }));
  }
View Full Code Here

TOP

Related Classes of com.feth.play.module.mail.Mailer.Mail

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.