Skip to content

Commit

Permalink
Fixes problem with SMTP module
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Oct 2, 2024
1 parent f91c4bf commit 4505536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/modules/Smtp/Interfaces/TCP/ResponseMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public static function accepted(Uuid $uuid): self
return new self(
code: self::OK,
message: \sprintf("Ok %s", $uuid),
lineEnding: "\r",
eosSeparator: '',
);
}
Expand Down

0 comments on commit 4505536

Please sign in to comment.