Interface EmailTemplate<Type extends Email>

    • Method Detail

      • setText

        void setText​(java.lang.String text)
        Parameters:
        text - to set as body of this message
      • getText

        java.lang.String getText()
        Returns:
        message body set on template
      • setSubject

        void setSubject​(java.lang.String subject)
        Parameters:
        subject - to be used for the email
      • getSubject

        java.lang.String getSubject()
        Returns:
        the subject set to this template
      • setCharSet

        void setCharSet​(java.nio.charset.Charset charSet)
        Parameters:
        charSet - to use for sending
      • getCharSet

        java.nio.charset.Charset getCharSet()
        Returns:
        charSet set