public static function send_test_email($settings_errors)
 {
     if (isset($settings_errors[0]['type']) && $settings_errors[0]['type'] == "updated") {
         sc_WordPressFileMonitorPlus::send_notify_email(__("This is a test message from WordPress File Monitor Plus.", "wordpress-file-monitor-plus"));
     }
 }