rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

mail configuration #37

Closed jack6800 closed 10 years ago

jack6800 commented 10 years ago

Also, it is an necessary to configure app/mail properly to made register fly. in gmail: following work good for me: 'host' => 'smtp.gmail.com', 'port' => 465, 'encryption' => 'ssl', 'username' => 'your_username', 'password' => 'your_password',

Thanks

rydurham commented 10 years ago

You must set up mail configuration as part of the setup process.