Class SendMailEngine

    • Method Detail

      • parameterize

        public void parameterize​(String subject,
                                 String htmlBody,
                                 String textBody,
                                 Map<String,​String> recipients,
                                 String sender)
        Parameterize engine
        Parameters:
        subject - The mail subject
        htmlBody - The mail body in HTML format
        textBody - The mail body in text format
        recipients - The recipient addresses
        sender - The sender address