Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, in Multiplatform the e-mail notifications are disabled. Unlike the previous version, the email notification need not be enabled for each configuration. It just needs to be enabled for one time as Global Email Settings.

Info

From Dbvisit Standby MP 11.3 , Notifications via Office365 is fully supported. The basic Authentication was disabled by Microsoft from Oct 2022 with an exception of SMTP.

https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210

...

2. Support for GMAIL

Gmail is supported for email notification, below is the example of settings used for GMAIL notification.

...

Adding the notification to configurations can be done based on the existing configurations. For example in screen shot below we can import the email notification configuration from AdventureWorks2014 database either from Adworks or from configuration DEV.

...

In order to enable additional notification for specific for Oracle configuration (such as failure for archive log apply / transfer) you will need also to modify DDC file and set following variables in addition to steps above:

Code Block
SEND_MAIL_FLAG = Y
SEND_MAIL_FLAG_DR = Y

You can change variables via UI:

https://dbvisit.atlassian.net/wiki/spaces/DSMP/pages/3349643328/Miscellaneous+Oracle+Functions#5.1-Edit-DDC-File

For more detailed Oracle related settings check following page:

Oracle Specific Email Notifications

4. Slack Settings

Slack settings are much easier and simpler as the webhook url needs to be provided for specific channels the notification will be sent to.

...