[PR #1763] [MERGED] Remove "custom" email views #1559

Closed
opened 2026-02-05 18:17:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1763
Author: @Boy132
Created: 9/30/2025
Status: Merged
Merged: 10/1/2025
Merged by: @Boy132

Base: mainHead: boy132/remove-custom-mail


📝 Commits (2)

📊 Changes

6 files changed (+3 additions, -218 deletions)

View changed files

📝 app/Console/Commands/User/DeleteUserCommand.php (+1 -1)
📝 app/Models/User.php (+0 -1)
📝 app/Notifications/AccountCreated.php (+1 -1)
📝 app/Notifications/MailTested.php (+1 -1)
resources/views/vendor/notifications/email-plain.blade.php (+0 -22)
resources/views/vendor/notifications/email.blade.php (+0 -192)

📄 Description

These "custom" views were 6 years old and look very similar to Laravels default. There is no point in overriding them.


🔄 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/pelican-dev/panel/pull/1763 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 10/1/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/remove-custom-mail` --- ### 📝 Commits (2) - [`7d43b27`](https://github.com/pelican-dev/panel/commit/7d43b27213e65a5b646e88339ee16aaa28a37afc) remove "custom" email views - [`4c7c9a2`](https://github.com/pelican-dev/panel/commit/4c7c9a2c8bf020253fa768b9add8d25df2d3dd46) fix old user "name" ### 📊 Changes **6 files changed** (+3 additions, -218 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/User/DeleteUserCommand.php` (+1 -1) 📝 `app/Models/User.php` (+0 -1) 📝 `app/Notifications/AccountCreated.php` (+1 -1) 📝 `app/Notifications/MailTested.php` (+1 -1) ➖ `resources/views/vendor/notifications/email-plain.blade.php` (+0 -22) ➖ `resources/views/vendor/notifications/email.blade.php` (+0 -192) </details> ### 📄 Description These "custom" views were 6 years old and look very similar to Laravels default. There is no point in overriding them. --- <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 18:17:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1559