enable suspension notices to an administrator, RT#4083
[freeside.git] / FS / FS / Conf.pm
index 46e636b..61b4168 100644 (file)
@@ -2460,6 +2460,13 @@ worry that config_items is freeside-specific and icky.
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'suspend_email_admin',
+    'section'     => '',
+    'description' => 'Destination admin email address to enable suspension notices',
+    'type'        => 'text',
+  },
+
 );
 
 1;