le sujet aussi à le droits aux variables
This commit is contained in:
parent
a6f1fa33c5
commit
b0a3a1a0fd
2 changed files with 6 additions and 1 deletions
|
@ -232,6 +232,11 @@ function inc_envoyer_gamumail($slug, $destinataires, $options = []) {
|
|||
exit;
|
||||
}
|
||||
else {
|
||||
$sujet = pipeline('remplacements_slug',[
|
||||
'args' => $args,
|
||||
'data' => $sujet
|
||||
]);
|
||||
$sujet = $remplacement_generiques($args, $sujet);
|
||||
$envoyer_mail = charger_fonction('envoyer_mail', 'inc/');
|
||||
$ok = $envoyer_mail($pour, $sujet, $corps);
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<paquet
|
||||
prefix="gamumail"
|
||||
categorie="communication"
|
||||
version="1.0.18"
|
||||
version="1.0.19"
|
||||
etat="dev"
|
||||
compatibilite="[3.2.0;4.0.*]"
|
||||
logo="prive/themes/spip/images/gamumail-64.png"
|
||||
|
|
Loading…
Add table
Reference in a new issue