We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1018294 commit dd22dfdCopy full SHA for dd22dfd
backup-email
@@ -30,6 +30,10 @@
30
:global WaitForFile;
31
:global WaitFullyConnected;
32
33
+:if ([ :typeof $SendEMail2 ] = "nothing") do={
34
+ $LogPrintExit2 error $0 ("The module for sending notifications via e-mail is not installed.") true;
35
+}
36
+
37
:if ($BackupSendBinary != true && \
38
$BackupSendExport != true) do={
39
$LogPrintExit2 error $0 ("Configured to send neither backup nor config export.") true;
0 commit comments