Merge pull request #16 from linuxserver/Fix-emailing

Update config_local.php
This commit is contained in:
sparklyballs 2017-04-05 12:41:58 +01:00 committed by GitHub
commit d48a702a0d

View File

@ -66,5 +66,5 @@
"smtp.username" => "",
"smtp.password" => "",
"smtp.secure" => "ssl",
"address.from" => "COPS"
"address.from" => "cops@ebook.com"
);