We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a5f1fe + 3ac14a9 commit 8acba07Copy full SHA for 8acba07
app/code/Magento/Email/Model/Transport.php
@@ -111,7 +111,7 @@ public function sendMessage()
111
$this->laminasTransport->send($laminasMessage);
112
} catch (\Exception $e) {
113
$this->logger->error($e);
114
- throw new MailException(new Phrase('Unable to send mail. Please try again later.'));
+ throw new MailException(new Phrase('Unable to send mail. Please try again later.'), $e);
115
}
116
117
0 commit comments