[PR #1719] [MERGED] Add feature to send test e-mails #5868

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1719
Author: @timoschwarzer
Created: 10/15/2019
Status: Merged
Merged: 10/23/2019
Merged by: @ssddanbrown

Base: masterHead: feature-send-test-email


📝 Commits (1)

  • 61a9139 Add feature to send test e-mails

📊 Changes

5 files changed (+58 additions, -1 deletions)

View changed files

📝 app/Http/Controllers/SettingController.php (+17 -0)
app/Notifications/TestEmail.php (+18 -0)
📝 resources/lang/en/settings.php (+7 -0)
📝 resources/views/settings/maintenance.blade.php (+15 -1)
📝 routes/web.php (+1 -0)

📄 Description

Closes #1696


🔄 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/1719 **Author:** [@timoschwarzer](https://github.com/timoschwarzer) **Created:** 10/15/2019 **Status:** ✅ Merged **Merged:** 10/23/2019 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `feature-send-test-email` --- ### 📝 Commits (1) - [`61a9139`](https://github.com/BookStackApp/BookStack/commit/61a9139bf08352a03ef62cdb89ae0c11231b0a97) Add feature to send test e-mails ### 📊 Changes **5 files changed** (+58 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/SettingController.php` (+17 -0) ➕ `app/Notifications/TestEmail.php` (+18 -0) 📝 `resources/lang/en/settings.php` (+7 -0) 📝 `resources/views/settings/maintenance.blade.php` (+15 -1) 📝 `routes/web.php` (+1 -0) </details> ### 📄 Description Closes #1696 --- <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:19:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5868