mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
modify text and field name
This commit is contained in:
+2
-2
@@ -80,8 +80,8 @@ func sendTestMail(c *cli.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if !config.EnableSmtp || mail.Container.Current == nil {
|
||||
return errs.ErrSmtpServerNotEnabled
|
||||
if !config.EnableSMTP || mail.Container.Current == nil {
|
||||
return errs.ErrSMTPServerNotEnabled
|
||||
}
|
||||
|
||||
toAddress := c.String("to")
|
||||
|
||||
Reference in New Issue
Block a user