*/ public const ALL = [ self::MAINTENANCE, self::PROVISIONING, self::SUPPORT, self::BILLING, self::SYSTEM, ]; /** The settings key holding the mailbox key for a purpose. */ public static function settingKey(string $purpose): string { return 'mail.purpose.'.$purpose; } }