laravel-email-verification icon indicating copy to clipboard operation
laravel-email-verification copied to clipboard

[enhancement] make the notification queue-able?

Open Yahav opened this issue 7 years ago • 3 comments

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

Yahav avatar Jan 27 '18 19:01 Yahav

Not sure if this is a reasonable default behaviour for this package. Queued notifications would break the translations: https://github.com/laravel/internals/issues/394.

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

josiasmontag avatar Jan 29 '18 01:01 josiasmontag

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.

Yahav avatar Jan 29 '18 09:01 Yahav

Any news about this ?

AEK-BKF avatar Mar 31 '18 16:03 AEK-BKF