From 4f8bdc4d86ba22d2aa8b265c40bbd019c71ad4b6 Mon Sep 17 00:00:00 2001 From: deniska-666 <137393345+deniska-666@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:29:01 +0100 Subject: [PATCH] Update BackupAndUpdate.rsc --- BackupAndUpdate.rsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BackupAndUpdate.rsc b/BackupAndUpdate.rsc index 6d72f9e..4c18fd5 100644 --- a/BackupAndUpdate.rsc +++ b/BackupAndUpdate.rsc @@ -450,7 +450,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik # Trying to send email with backups as attachments. :if ($isSendEmailRequired = true) do={ - :log info "$SMP Sending email message, it will take around half a minute..."; + :log info "$SMP Dispatching email message; estimated completion within 30 seconds."; :do {/tool e-mail send to=$emailAddress subject=$mailSubject body=$mailBody file=$mailAttachments;} on-error={ :delay 5s; :log error "$SMP could not send email message ($[/tool e-mail get last-status]). Will attempt redelivery shortly." @@ -459,7 +459,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik :do {/tool e-mail send to=$emailAddress subject=$mailSubject body=$mailBody file=$mailAttachments;} on-error={ :delay 5s; - :log error "$SMP could not send email message ($[/tool e-mail get last-status]) for the second time." + :log error "$SMP failed to send email message ($[/tool e-mail get last-status]) for the second time." if ($isOsNeedsToBeUpdated = true) do={ :set isOsNeedsToBeUpdated false;