This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
MailUtils::send : retourner nombre de mails envoyés
develop
Guillaume
3 years ago
parent
c9b0cece21
commit
16478550c4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
ShopBundle/Services/MailUtils.php
+ 1
- 1
ShopBundle/Services/MailUtils.php
View File
@@ -109,6 +109,6 @@ class MailUtils
$message->getHeaders()->addMailboxHeader('Disposition-Notification-To', $emailFromDispositionNotificationTo);
}*/
$this->transport->send($message);
return
$this->transport->send($message);
}
}
Write
Preview
Loading…
Cancel
Save