silverbux / laravel-angular-admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.
http://silverbux.github.io/laravel-angular-admin/
MIT License
925 stars 414 forks source link

A verification link in not arrive email #68

Closed sarmugim closed 7 years ago

sarmugim commented 7 years ago

A verification link is not arrive my mail .so i can't login page . How can i do that ..Thanks .

'from' => ['address' => env('MAIL_FROM', xxxx@gmail.com), 'name' => env('MAIL_FROM_NAME', sarmu)],

silverbux commented 7 years ago

make sure you set your mail server settings on your .env file,

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM=no-null
MAIL_FROM_NAME=''
silverbux commented 7 years ago

this might help

sarmugim commented 7 years ago

Thanks a lots silverbux .. It is working for me ..