laravel-email-verification
laravel-email-verification copied to clipboard
[enhancement] make the notification queue-able?
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: https://github.com/laravel/internals/issues/394.
If you don't need translated mails, you can easily override the notification and add ShouldQueue.
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.
Any news about this ?