feat: allow configuring smtp sender display name

This commit is contained in:
Fu Diwei
2025-06-11 23:07:17 +08:00
parent c6dfe11bdb
commit 563adbec2a
9 changed files with 77 additions and 47 deletions

View File

@@ -168,6 +168,7 @@ type AccessConfigForEmail struct {
Username string `json:"username"`
Password string `json:"password"`
DefaultSenderAddress string `json:"defaultSenderAddress,omitempty"`
DefaultSenderName string `json:"defaultSenderName,omitempty"`
DefaultReceiverAddress string `json:"defaultReceiverAddress,omitempty"`
}