uncomment SMTP info by default

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-09-22 08:01:04 +02:00
parent d7ab7d3d2e
commit 525ca95acf

View File

@@ -3,9 +3,9 @@
"CMS": {
"Global":{
"Smtp": {
"From": "your@email.here",
"Host": "localhost",
"Port": "25"
// "From": "your@email.here",
// "Host": "localhost",
// "Port": "25"
}
},
"Hosting":{