'Enabled', false=>'Disabled'); $arNotifications = get_ar_notifications($user); error_log(print_r($arNotifications, true)); $errorCode = 0; $displayMessage = 0; //no $smtpWarn = 0; $sortType = true; if ($_SERVER['REQUEST_METHOD']=='POST') { $displayMessage=$_REQUEST['Message']; $errorCode=$_REQUEST['errorCode']; $returnMessage=$_REQUEST['returnMessage']; } $email_notif = get_email_configuration($user); $notifications = get_notifications($user); $total = count($notifications); if ($email_notif->smtpServer == "") { $displayMessage = 1; $smtpWarn = 1; } $arNotifications = get_ar_notifications($user); $keys = get_licensable_features($user); $numKeys = count($keys); $showAR = 0; for ($i=0; $i < $numKeys; $i++) { if (($keys[$i]->Descriptor == "AR") && ($keys[$i]->isLicensed == 1)) { $showAR = 1; } } $libTime = get_date_and_time($user); ?> Email Notifications
Email Notifications
0) { ?>
Error Message Image Error Message

Error code:
Informational Message Image

SMTP Mail is not set up

You must setup your library's SMTP mail server in order to send logs to email addresses. You can do this on SMTP (Mail) Configuration page.

Informational Message Image

Operation Complete



It is highly recommended that the library's configuration is saved to an external file after each Configuration change. This can be done from the Save/Restore Configuration page.

Close Message

Email Addresses:
role == "Admin") || ($user->role == "Service")) { ?>
role == "Admin") || ($user->role == "Service")) { ?> role == "Admin") || ($user->role == "Service")) { ?>
Select Email Address Alert Level Date and Time Reports to Send Status
emailaddress; ?> alertLevel]; ?> emailaddress == "techsup@quantum.com") { print("N/A"); } else { foreach($arNotifications as $arn) { if($arn->emailaddress == $notif->emailaddress) { switch($arn->day) { case 0: print("Daily"); break; case 1: print("Monday"); break; case 2: print("Tuesday"); break; case 3: print("Wednesday"); break; case 4: print("Thursday"); break; case 5: print("Friday"); break; case 6: print("Saturday"); break; case 7: print("Sunday"); break; default: break; } print(", "); $timeString = $arn->time + ":00:00"; print(date("g:i a", strtotime($timeString))); print(" "); print($libTime->timezone); } } } ?> emailaddress == "techsup@quantum.com") { print("N/A"); } else { foreach($arNotifications as $arn) { if($arn->emailaddress == $notif->emailaddress) { if($arn->sendDriveUtilization) { print("Drive Utilization, "); } if($arn->sendMediaIntegrity) { print("Media Integrity, "); } if($arn->sendMediaUsage) { print("Media Usage, "); } if($arn->sendMediaSecurity) { print("Media Security, "); } print(" "); } } } ?> enabled]; ?>
Total: