[PR #362] [MERGED] Queue confirmation emails. #5641

Closed
opened 2026-02-05 10:13:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/362
Author: @DaneEveritt
Created: 4/14/2017
Status: Merged
Merged: 4/23/2017
Merged by: @ssddanbrown

Base: masterHead: patch-1


📝 Commits (2)

  • 786262d Queue confirmation emails.
  • dfaf20d Actually include the Queueable namespace...

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 app/Notifications/ConfirmEmail.php (+5 -1)

📄 Description

Implements Laravel's queue abilities into the email notification job. Should not affect existing installations that are not using queues as the environment file defaults to sync.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/362 **Author:** [@DaneEveritt](https://github.com/DaneEveritt) **Created:** 4/14/2017 **Status:** ✅ Merged **Merged:** 4/23/2017 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`786262d`](https://github.com/BookStackApp/BookStack/commit/786262db3b57fc70957dad94abb23ce8689f3115) Queue confirmation emails. - [`dfaf20d`](https://github.com/BookStackApp/BookStack/commit/dfaf20dd83a838be36a0492c37e055a46b449e77) Actually include the Queueable namespace... ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Notifications/ConfirmEmail.php` (+5 -1) </details> ### 📄 Description Implements Laravel's queue abilities into the email notification job. Should not affect existing installations that are not using queues as the environment file defaults to `sync`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:13:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5641