feat(server): expose mail server name config in admin dashboard (#13792)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
  * Added SMTP name configuration field to notification settings.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
DarkSky
2025-10-23 11:39:20 +08:00
committed by GitHub
parent 1a9863d36f
commit 5fc3258a3d

View File

@@ -75,6 +75,7 @@ export const KNOWN_CONFIG_GROUPS = [
name: 'Notification',
module: 'mailer',
fields: [
'SMTP.name',
'SMTP.host',
'SMTP.port',
'SMTP.username',