wip emails front admin menu

This commit is contained in:
asus
2024-04-03 00:13:39 +02:00
parent 9abe24b3bb
commit 1d36093d9f
5 changed files with 138 additions and 3 deletions

View File

@@ -161,6 +161,7 @@ contactez la fipf directement",
'_default'=>[
// 1. profs : email : payment_success : validation payment prof reussi, send email
'payment_success'=>[
'name'=>'le paiement a réussi',
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"paiement réussi",
@@ -171,6 +172,7 @@ contactez la fipf directement",
],
// 2. profs : email : payment_failure : validation payment prof echec, send email
'payment_echec'=>[
'name'=>'le paiement a echoué',
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"",
@@ -181,6 +183,7 @@ contactez la fipf directement",
],
// 3. profs : email : transfert_success : validation transfert prof reussi, send email
'transfert_success'=>[
'name'=>'le virement a été validé',
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"",
@@ -191,6 +194,7 @@ contactez la fipf directement",
],
// 4. profs : email : transfert_failures : validation transfert prof echec, send email
'transfert_echec'=>[
'name'=>'le virement a échoué',
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"",
@@ -201,6 +205,7 @@ contactez la fipf directement",
],
// 5. partners : email : offer_expired : offres temporaires -> gerer qu'elles disparaissent apres la date de validite -> la passer en masquer
'offer_expired'=>[
'name'=>"l'offre a expirée",
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"",
@@ -211,6 +216,7 @@ contactez la fipf directement",
],
// 6. partners : email : offer_will_expire : la gestion des offres à échéance
'offer_will_expire'=>[
'name'=>"l'offre arrive bientot a expiration",
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"",
@@ -221,6 +227,7 @@ contactez la fipf directement",
],
// 7. payments : email : account_deleted : schedule event pour supprimer le compte xx temps (6 mois ?) apres fin de validite de la carte
'account_deleted'=>[
'name'=>'le compte a ete supprimé',
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"",
@@ -230,7 +237,8 @@ contactez la fipf directement",
'confirmation_message'=>"",
],
// 8. payments : email : account_will_expire : faire rappels emails avant expiration
'eccount_will_expire'=>[
'account_will_expire'=>[
'name'=>'le compte va bientot expirer',
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"",
@@ -241,6 +249,7 @@ contactez la fipf directement",
],
// 9. payments : email : account_expired : desactiver carte expiree
'account_expired'=>[
'name'=>'le compte a expiré',
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"",