Skip to content

Commit

Permalink
Merge pull request #258 from buggregator/hotfix/243
Browse files Browse the repository at this point in the history
Fixes problem with SMTP module
  • Loading branch information
butschster authored Oct 2, 2024
2 parents f91c4bf + 4505536 commit 76290b2
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 76290b2

Please sign in to comment.