You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$emailSettings = Get-VBOEmailSettings
if ($emailSettings.EnableNotification -eq $True) {
write-host ("Email Notifications is configured. Please ensure specific settings are configured and tested") -ForegroundColour green
} else {
write-host "Email Notifications is not configured" -ForegroundColour red
}
Without setting up an email and server in the email notifications users will not get notified when there are issues
https://helpcenter.veeam.com/docs/vbo365/guide/vbo_notification_settings.html?ver=70
The text was updated successfully, but these errors were encountered: