This website works better with JavaScript.
首頁
探索
說明
登入
Laclic
/
Souke
關註
5
收藏
0
複製
1
程式碼
問題管理
1
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
[backend] Cron : envoi d'un email avec le récap PDF des commandes sur l'adresse
contact@opendistrib.net
refactoring
Guillaume
4 年之前
父節點
91290f4994
當前提交
078422584d
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
顯示文件統計
+3
-0
backend/controllers/CronController.php
+ 3
- 0
backend/controllers/CronController.php
查看文件
@@ -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…
取消
儲存