josiasmontag / laravel-email-verification

Laravel package to handle user verification using an activation mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[enhancement] make the notification queue-able?

Yahav opened this issue · comments

commented

Hey now,
Perhaps making the verification email notification queue-able is a good idea?

Not sure if this is a reasonable default behaviour for this package. Queued notifications would break the translations: laravel/ideas#394.

If you don't need translated mails, you can easily override the notification and add ShouldQueue.

commented

They won’t break it if you pass the session language within..perhaps make a config attr to activate this behavior, anyway it should be fairly easy and would make this package more compatible with large projects.

commented

Any news about this ?