Skip to content

Commit

Permalink
feat: 1st release
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Oct 11, 2024
1 parent 91a9c3a commit 951309d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/smtp/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func newSession(rcptsAllowed map[string]bool, dataLimit int64, svc service.Servi
return &session{
rcptsAllowed: rcptsAllowed,
dataLimit: dataLimit,
svc: svc,
}
}

Expand Down

0 comments on commit 951309d

Please sign in to comment.