--- title: "Enable-VBRMailNotification" description: "Enables global email notification settings. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet enables global email notification settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/enable-vbrmailnotification.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Specifying Email Notification Settings > Enable-VBRMailNotification" dateModified: "2026-08-19" --- # Enable-VBRMailNotification ## Short Description Enables global email notification settings. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Enable-VBRMailNotification [] ``` ## Detailed Description This cmdlet enables global email notification settings. Run the [`Disable-VBRMailNotification`](disable-vbrmailnotification.md) cmdlet to disable global email notification settings. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Examples ::: example ### Enabling Global Email Notification Settings This command enables global email notification settings. ``` Enable-VBRMailNotification ``` :::