Fix up email sending and add more notifications to the panel.

Closes #265
This commit is contained in:
Dane Everitt
2017-02-17 19:23:27 -05:00
parent 95171a3e41
commit 008cccb098
23 changed files with 489 additions and 122 deletions

View File

@@ -54,7 +54,10 @@ return [
|
*/
'from' => ['address' => env('MAIL_FROM'), 'name' => env('MAIL_FROM_NAME', 'Pterodactyl Panel')],
'from' => [
'address' => env('MAIL_FROM'),
'name' => env('MAIL_FROM_NAME', 'Pterodactyl Panel'),
],
/*
|--------------------------------------------------------------------------