Bläddra i källkod

MailUtils::send : retourner nombre de mails envoyés

develop
Guillaume 3 år sedan
förälder
incheckning
16478550c4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      ShopBundle/Services/MailUtils.php

+ 1
- 1
ShopBundle/Services/MailUtils.php Visa fil

@@ -109,6 +109,6 @@ class MailUtils
$message->getHeaders()->addMailboxHeader('Disposition-Notification-To', $emailFromDispositionNotificationTo);
}*/

$this->transport->send($message);
return $this->transport->send($message);
}
}

Laddar…
Avbryt
Spara