Class InboundEmailRejectionSender


  • public class InboundEmailRejectionSender
    extends OutgoingEmail
    Send an email to inform users that parsing their inbound email failed.
    • 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.
      • supportsHtml

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