cci gamuza que dans le traite
This commit is contained in:
parent
ee44ab4bed
commit
c8519cfabe
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,6 @@ function formulaires_gamumail_charger_dist($slug, $destinataires = 0, $Tclient =
|
|||
|
||||
$Tcc = lire_config('gamumail/mail_cc') !== '' ? explode(',', lire_config('gamumail/mail_cc', '')) : [];
|
||||
$Tcci = lire_config('gamumail/mail_cci') !== '' ? explode(',', lire_config('gamumail/mail_cci', '')) : [];
|
||||
$Tcci_gamuza = $GLOBALS['gamuza_mail_cci'] ?? [];
|
||||
$Tcci = array_merge($Tcci, $Tcci_gamuza);
|
||||
|
||||
$Trepondre_a = lire_config('gamumail/mail_repondre_a') !== '' ? explode(',', lire_config('gamumail/mail_repondre_a', '')) : [];
|
||||
|
||||
|
@ -311,6 +309,8 @@ function gamuSend($slug, $options, $destinataires, $Tclient, $Tpdf, $Tfiles, $re
|
|||
|
||||
$cc = explode(',', $cc);
|
||||
$cci = explode(',', $cci);
|
||||
$Tcci_gamuza = $GLOBALS['gamuza_mail_cci'] ?? [];
|
||||
$cci = array_merge($cci, $Tcci_gamuza);
|
||||
$repondre_a = explode(',', $repondre_a);
|
||||
|
||||
$sujet = _request('sujet');
|
||||
|
|
Loading…
Add table
Reference in a new issue