10000 [Mailer] Fix logic · symfony/symfony@daeac3d · GitHub
[go: up one dir, main page]

Skip to content

Commit daeac3d

Browse files
committed
[Mailer] Fix logic
1 parent e62c7b6 commit daeac3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ private function callHeloCommand(): array
127127
if (!$ex->getCode()) {
128128
throw $e;
129129
}
130+
131+
throw $ex;
130132
}
131133
}
132134

0 commit comments

Comments
 (0)
0