updated email options

This commit is contained in:
asus
2024-04-14 21:00:58 +02:00
parent 14c9b6a6c2
commit f42ba9a1c3
7 changed files with 381 additions and 69 deletions

View File

@@ -4,7 +4,7 @@ Plugin Name: hggg_cipf
Plugin URI:
Description:
Author: hugogogo
Version: 0.5.8
Version: 0.5.9
Author URI:
*/
@@ -309,6 +309,14 @@ contactez la fipf directement",
'confirmation_subject'=>"[CIPF - offre expirée]",
'confirmation_message'=>'votre offre a expiré, pour la renouveler rendez-vous sur $$__base_url__$$',
],
'cron_job'=>[
'name'=>"cron-job - une fois par jour",
'notification_send'=>true,
'notification_from'=>'$$__admin_email__$$',
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"[CIPF - cron job]",
'notification_message'=>'la tache journaliere cron a bien fonctionné',
],
],
];