8000
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.
1 parent 265b5d0 commit 32a7d14Copy full SHA for 32a7d14
src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php
@@ -205,11 +205,11 @@ protected function doSend(SentMessage $message): void
205
$this->ping();
206
}
207
208
- if (!$this->started) {
209
- $this->start();
210
- }
211
-
212
try {
+ if (!$this->started) {
+ $this->start();
+ }
+
213
$envelope = $message->getEnvelope();
214
$this->doMailFromCommand($envelope->getSender()->getEncodedAddress());
215
foreach ($envelope->getRecipients() as $recipient) {
0 commit comments