Class SendMailAction

java.lang.Object
org.nuxeo.ecm.platform.mail.action.SendMailAction
All Implemented Interfaces:
MessageAction

public class SendMailAction extends Object implements MessageAction
Action to answer the mail. It expects the text of the answer to be in the context under the "message" key.
Author:
Alexandre Russel
  • Field Details

    • session

      protected final javax.mail.Session session
    • textMessage

      protected final String textMessage
  • Constructor Details

    • SendMailAction

      public SendMailAction(javax.mail.Session session, String textMessage)
  • Method Details