Skip to content

Commit 076043a

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Mailer] Fix logic
2 parents 1125a1a + f1d8284 commit 076043a

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
@@ -133,6 +133,8 @@ private function callHeloCommand(): array
133133
if (!$ex->getCode()) {
134134
throw $e;
135135
}
136+
137+
throw $ex;
136138
}
137139
}
138140

0 commit comments

Comments
 (0)