Add SMTP block to config.default.json

This commit is contained in:
Aron Carroll 2012-06-23 14:29:22 +01:00
parent da9bd9cc6c
commit d7a50eea26

View File

@ -23,6 +23,13 @@
"analytics": {
"id": null
},
"smtp": {
"service": "Gmail",
"auth": {
"user": "",
"pass": ""
}
},
"blacklist": {
"html": ["processform.cgi", "habbo.com"],
"css": [],