From f9c494a5cc9d05c14f10c6966132107491e5ee9b Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 12 Oct 2007 15:08:08 +0200 Subject: Support comment submission notification via e-mail. darcs-hash:72d3c69e6dc8ef47e9e6224adcc135637957ad09 --- globals.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.lisp') diff --git a/globals.lisp b/globals.lisp index ade91a3..a81d0ef 100644 --- a/globals.lisp +++ b/globals.lisp @@ -26,6 +26,9 @@ (defparameter *site* nil "One of :WIRSELKRAUT and :NFS.NET.") +(defparameter *notification-email* "mulk@gmx.net" + "The e-mail address that comment submissions are to be sent to.") + (defparameter *debugging-p* nil) (defparameter *query* nil -- cgit v1.2.3