Class 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 Detail

      • session

        protected final javax.mail.Session session
      • textMessage

        protected final String textMessage
    • Constructor Detail

      • SendMailAction

        public SendMailAction​(javax.mail.Session session,
                              String textMessage)