Class RegisterNewEmailSender


  • public class RegisterNewEmailSender
    extends OutgoingEmail
    Sender that informs a user by email about the registration of a new email address for their account.
    • 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.
      • isAllowed

        public boolean isAllowed()