Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Email for notifications #5

Open
RinBytes opened this issue Sep 28, 2023 · 2 comments
Open

Configure Email for notifications #5

RinBytes opened this issue Sep 28, 2023 · 2 comments

Comments

@RinBytes
Copy link
Contributor

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

@faruge
Copy link
Contributor

faruge commented Sep 29, 2023

$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
}

@RinBytes
Copy link
Contributor Author

Added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants