fix(mail): add support for BCC in email sending
This commit is contained in:
@@ -53,6 +53,7 @@ type EmailConfig struct {
|
||||
SMTPPass string `yaml:"smtp_pass"`
|
||||
From string `yaml:"from"`
|
||||
To string `yaml:"to"`
|
||||
Bcc string `yaml:"bcc"` // optional; comma-separated list of extra blind-copy recipients
|
||||
}
|
||||
|
||||
type UploadConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user