Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 605c4fd

Browse files
committed
updated README
1 parent 1eda249 commit 605c4fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func main() {
2424
cfg := smtpsrv.ServerConfig{
2525
BannerDomain: "mail.my.server",
2626
ListenAddress: ":25025",
27-
MaxBodySizeBytes: 5 * 1024,
27+
MaxMessageBytes: 5 * 1024,
2828
Handler: handler,
2929
}
3030

0 commit comments

Comments
 (0)