Skip to content

Commit f1d8284

Browse files
committed
[Mailer] Fix logic
1 parent 0fce8fa commit f1d8284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)