Skip to content

Commit 76290b2

Browse files
authored
Merge pull request #258 from buggregator/hotfix/243
Fixes problem with SMTP module
2 parents f91c4bf + 4505536 commit 76290b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/modules/Smtp/Interfaces/TCP/ResponseMessage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public static function accepted(Uuid $uuid): self
3030
return new self(
3131
code: self::OK,
3232
message: \sprintf("Ok %s", $uuid),
33-
lineEnding: "\r",
3433
eosSeparator: '',
3534
);
3635
}

0 commit comments

Comments
 (0)