modifié : SRC/app/Http/Controllers/LoginController.php

modifié :         SRC/config/auth.php
	modifié :         SRC/config/mail.php
	modifié :         SRC/init/table.sql
This commit is contained in:
sidya82
2015-02-18 19:29:51 +01:00
parent 2d89d56e8f
commit ebfb765bba
4 changed files with 10 additions and 11 deletions

View File

@ -28,7 +28,7 @@ return [
|
*/
'host' => 'smtp.mailgun.org',
'host' => 'smtp.gmail.com',
/*
|--------------------------------------------------------------------------
@ -54,7 +54,7 @@ return [
|
*/
'from' => ['address' => null, 'name' => null],
'from' => ['address' => "modulewebl3miashs@gmail.com", 'name' => "moduleWeb"],
/*
|--------------------------------------------------------------------------
@ -80,7 +80,7 @@ return [
|
*/
'username' => null,
'username' => "modulewebl3miashs@gmail.com",
/*
|--------------------------------------------------------------------------
@ -93,7 +93,7 @@ return [
|
*/
'password' => null,
'password' => env('MAIL_PASSWD', ''),
/*
|--------------------------------------------------------------------------