Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

4.0 Not Sending Email Confirmations? #437

Closed Prophet731 closed 10 years ago

Prophet731 commented 10 years ago

Is Confide 4.0 not sending the confirmation emails anymore or am I missing something? I do not see anything in the UserRepository that sends the emails.

Is this a missing currently and will be re-added?

ghost commented 10 years ago

1, it's in UsersController.php 2, open Confide config.php. Pay attention to E-Mail queue section. change the value default to null and see if it works.

Prophet731 commented 10 years ago

Ahh.. Ok, I missed that during my migration from 3.4 to 4.0. I'll close the ticket then.