From d7a50eea26c562ede020991b83717436cd773dc9 Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Sat, 23 Jun 2012 14:29:22 +0100 Subject: [PATCH] Add SMTP block to config.default.json --- config.default.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.default.json b/config.default.json index 5b973418..f1d7b7fc 100644 --- a/config.default.json +++ b/config.default.json @@ -23,6 +23,13 @@ "analytics": { "id": null }, + "smtp": { + "service": "Gmail", + "auth": { + "user": "", + "pass": "" + } + }, "blacklist": { "html": ["processform.cgi", "habbo.com"], "css": [],