Преглед изворни кода

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

develop
Guillaume пре 3 година
родитељ
комит
16478550c4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      ShopBundle/Services/MailUtils.php

+ 1
- 1
ShopBundle/Services/MailUtils.php Прегледај датотеку

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

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

Loading…
Откажи
Сачувај