We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f91c4bf + 4505536 commit 76290b2Copy full SHA for 76290b2
1 file changed
app/modules/Smtp/Interfaces/TCP/ResponseMessage.php
@@ -30,7 +30,6 @@ public static function accepted(Uuid $uuid): self
30
return new self(
31
code: self::OK,
32
message: \sprintf("Ok %s", $uuid),
33
- lineEnding: "\r",
34
eosSeparator: '',
35
);
36
}
0 commit comments