cluade code review changes
This commit is contained in:
@@ -87,6 +87,6 @@ func (t SMTP) Send(msg *Message) error {
|
||||
return err
|
||||
}
|
||||
|
||||
slog.Info("sent email %s" + msg.Subject)
|
||||
slog.Info("sent email", slog.String("subject", msg.Subject))
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user