Class HttpPasswordUpdateSender

    • Method Detail

      • init

        protected void init()
                     throws com.google.gerrit.exceptions.EmailException
        Description copied from class: OutgoingEmail
        Setup the message headers and envelope (TO, CC, BCC).
        Overrides:
        init in class OutgoingEmail
        Throws:
        com.google.gerrit.exceptions.EmailException - if an error occurred.
      • getEmail

        public String getEmail()
      • getUserNameEmail

        public String getUserNameEmail()
      • supportsHtml

        protected boolean supportsHtml()
        Description copied from class: OutgoingEmail
        Override this method to enable HTML in a subclass.
        Overrides:
        supportsHtml in class OutgoingEmail