--- title: "Get-VBOEmailSettings" description: "This cmdlet returns email notification settings configured for Veeam Backup for Microsoft 365." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vboemailsettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Email Notification Settings > Get-VBOEmailSettings" dateModified: "2026-08-21" --- # Get-VBOEmailSettings ## Short Description Returns email notification settings. Email notifications are sent from a backup proxy server upon each execution of a backup or backup copy job. ## Syntax ``` Get-VBOEmailSettings [] ``` ## Detailed Description This cmdlet returns email notification settings configured for Veeam Backup for Microsoft 365. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Output Object The cmdlet returns the [`VBOEmailSettings`](vboemailsettings.md) object that contains email notification settings. ## Examples ::: example ### Getting Email Notification Settings This command returns email notification settings. ``` Get-VBOEmailSettings ``` :::