--- title: "Test-VBRMailNotificationConfiguration" description: "Tests global email notification settings. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet tests global email notification settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/test-vbrmailnotificationconfiguration.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Specifying Email Notification Settings > Test-VBRMailNotificationConfiguration" dateModified: "2026-08-19" --- # Test-VBRMailNotificationConfiguration ## Short Description Tests global email notification settings. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Test-VBRMailNotificationConfiguration [] ``` ## Detailed Description This cmdlet tests global email notification settings. After you run the cmdlet, it sends a test email to check if global email notification settings have been configured correctly. ## 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 ### Testing Global Email Notification Settings This command sends a test email to check if global email notification settings have been configured correctly. ``` Test-VBRMailNotificationConfiguration ``` :::