ソースを参照

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);
}
}

読み込み中…
キャンセル
保存