luceos try triggering an email notification to yourself with another user by replying to a discussion you subscribed to ๐
Tried it today on my testing environment with mail driver "log" and "php flarum queue:work". Then I tagged my user and posted. This is the shell result:
[2023-11-14 14:25:28][5z1rlb0sYGqdr7xxzHbZ5eQhjl5ipEN6] Processing: Flarum\Subscriptions\Job\SendReplyNotification
[2023-11-14 14:25:28][5z1rlb0sYGqdr7xxzHbZ5eQhjl5ipEN6] Processed: Flarum\Subscriptions\Job\SendReplyNotification
[2023-11-14 14:25:28][maFXNkKdzuXY2Eb99h96XD2xQxoKl00f] Processing: Flarum\Mentions\Job\SendMentionsNotificationsJob
[2023-11-14 14:25:28][maFXNkKdzuXY2Eb99h96XD2xQxoKl00f] Processed: Flarum\Mentions\Job\SendMentionsNotificationsJob
[2023-11-14 14:25:28][JGDPYEiM2BOuYdAO5L0nsnsif57WB7V1] Processing: Flarum\Notification\Job\SendNotificationsJob
[2023-11-14 14:25:28][JGDPYEiM2BOuYdAO5L0nsnsif57WB7V1] Processed: Flarum\Notification\Job\SendNotificationsJob
So it is working, I guess?
Next step is the supervisor and then a try on production.