josiasmontag / laravel-email-verification

Laravel package to handle user verification using an activation mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verifcation mail never sent

mirko77 opened this issue · comments

Hi,

$this->app->make('Lunaweb\EmailVerification\EmailVerification')->sendVerifyLink($user);

does not do anything, no errors, no emails sent.

Sending emails (via mailgun) is all set up and working.

What am I missing?