Cleanup routine that checks for blocked domains.

This commit is contained in:
James Cole
2015-12-18 07:31:36 +01:00
parent d7e838701a
commit 7921d128e4
2 changed files with 33 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ return [
|
*/
'blocked_domains' => ['trbvm.com', 'example.com','mailinator.com'],
'blocked_domains' => explode(',', env('BLOCKED_DOMAINS')),
'driver' => env('EMAIL_DRIVER', 'smtp'),
/*