Skip to content

Commit 6200412

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-83492: [Backport for 2.1.x] Reset Password
1 parent fedecdf commit 6200412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/Mail/Transport.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function sendMessage()
3838
try {
3939
parent::send($this->_message);
4040
} catch (\Exception $e) {
41-
return;
4241
throw new \Magento\Framework\Exception\MailException(new \Magento\Framework\Phrase($e->getMessage()), $e);
4342
}
4443
}

0 commit comments

Comments
 (0)