This commit is contained in:
onysd 2026-07-20 09:42:26 +03:00
parent 1ddf6fe0c8
commit 4aeeee425b
5 changed files with 51 additions and 6 deletions

View file

@ -573,6 +573,7 @@ func run(logger *zap.Logger) error {
Password: cfg.SMTPPassword,
From: cfg.SMTPFrom,
FromName: cfg.SMTPFromName,
AppName: cfg.PublicAppName,
TLSMode: cfg.SMTPTLSMode,
Timeout: cfg.SMTPTimeout,
})