Interface MailStorageConfiguration


  • @Role
    public interface MailStorageConfiguration
    Configuration for the storage part of the Mail Sender.
    Since:
    6.4.1
    Version:
    $Id: 2a8fc285ec828f16f5e191d59d620f1ba01dce58 $
    • Method Detail

      • discardSuccessStatuses

        boolean discardSuccessStatuses()
        Returns:
        true if the mail statuses for mails that have been sent successfully must be discarded or false if they should be kept (for tracability purpose for example)
      • resendAutomaticallyAtStartup

        default boolean resendAutomaticallyAtStartup()
        Returns:
        true if XWiki should resend automatically mails in the prepare + error states at restart
        Since:
        12.9RC1