Interface GeneralMailConfiguration


  • @Role
    public interface GeneralMailConfiguration
    Expose general mail configuration, such as whether email address obfuscation is turned on or not. Note that these are configurations not related to the mail sender which can be found in the MailSenderConfiguration. interface.
    Since:
    12.4RC1
    Version:
    $Id: bf21b12212cf202f41fcf334bd7913ad30f75185 $
    • Method Detail

      • shouldObfuscate

        boolean shouldObfuscate()
        Returns:
        true when email addresses must be obfuscated and false otherwise. Defaults to false.