This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[backend] Cron : envoi d'un email avec le récap PDF des commandes sur l'adresse
contact@opendistrib.net
refactoring
Guillaume
4 years ago
parent
91290f4994
commit
078422584d
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
backend/controllers/CronController.php
+ 3
- 0
backend/controllers/CronController.php
View File
@@ -237,6 +237,9 @@ class CronController extends BackendController
->send();
$mailOrdersSend = true;
$mail->setTo('contact@opendistrib.net')
->send();
Yii::error('Envoi du mail avec les commandes', 'log-cron');
}
Write
Preview
Loading…
Cancel
Save