completed email default messages
This commit is contained in:
@@ -161,102 +161,102 @@ contactez la fipf directement",
|
||||
'_default'=>[
|
||||
// 1. profs : email : payment_success : validation payment prof reussi, send email
|
||||
'payment_success'=>[
|
||||
'name'=>'le paiement a réussi',
|
||||
'name'=>'prof - le paiement a réussi',
|
||||
'notification_send'=>true,
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"paiement réussi",
|
||||
'notification_message'=>"par ici la monnaie",
|
||||
'notification_subject'=>"[CIPF /prof - paiement réussi]",
|
||||
'notification_message'=>'paiement réussi de la part de $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"paiement réussi",
|
||||
'confirmation_message'=>"donne l'argent",
|
||||
'confirmation_subject'=>"[CIPF - paiement réussi]",
|
||||
'confirmation_message'=>"paiement réussi",
|
||||
],
|
||||
// 2. profs : email : payment_failure : validation payment prof echec, send email
|
||||
'payment_echec'=>[
|
||||
'name'=>'le paiement a echoué',
|
||||
'name'=>'prof - le paiement a echoué',
|
||||
'notification_send'=>true,
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"",
|
||||
'notification_message'=>"",
|
||||
'notification_subject'=>"[CIPF /prof - paiement echoué]",
|
||||
'notification_message'=>'paiement echoué pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"",
|
||||
'confirmation_message'=>"",
|
||||
'confirmation_subject'=>"[CIPF - paiement echoué]",
|
||||
'confirmation_message'=>"votre paiement a echoué",
|
||||
],
|
||||
// 3. profs : email : transfert_success : validation transfert prof reussi, send email
|
||||
'transfert_success'=>[
|
||||
'name'=>'le virement a été validé',
|
||||
'name'=>'prof - le virement a été validé',
|
||||
'notification_send'=>true,
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"",
|
||||
'notification_message'=>"",
|
||||
'notification_subject'=>"[CIPF /prof - virement validé]",
|
||||
'notification_message'=>'virement validé pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"",
|
||||
'confirmation_message'=>"",
|
||||
'confirmation_subject'=>"[CIPF - virement validé]",
|
||||
'confirmation_message'=>"votre virement a été validé",
|
||||
],
|
||||
// 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'=>"",
|
||||
'notification_message'=>"",
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"",
|
||||
'confirmation_message'=>"",
|
||||
],
|
||||
// 'transfert_echec'=>[
|
||||
// 'name'=>'prof - le virement a échoué',
|
||||
// 'notification_send'=>true,
|
||||
// 'notification_to'=>'$$__admin_email__$$',
|
||||
// 'notification_subject'=>"[CIPF /prof - virement echoué]",
|
||||
// 'notification_message'=>'virement echoué pour $$user_login$$ : $$__author_page_url__$$',
|
||||
// 'confirmation_send'=>true,
|
||||
// 'confirmation_subject'=>"[CIPF - virement echoué]",
|
||||
// 'confirmation_message'=>"votre virement a echoué",
|
||||
// ],
|
||||
// 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",
|
||||
'name'=>"partenaire - l'offre partenaire a expirée",
|
||||
'notification_send'=>true,
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"",
|
||||
'notification_message'=>"",
|
||||
'notification_subject'=>"[CIPF /partenaire - offre expirée]",
|
||||
'notification_message'=>'offre expirée pour $$user_login$$ : $$__user_post_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"",
|
||||
'confirmation_message'=>"",
|
||||
'confirmation_subject'=>"[CIPF - offre expirée]",
|
||||
'confirmation_message'=>'votre offre a expiré, pour la renouveler rendez-vous sur $$__base_url__$$',
|
||||
],
|
||||
// 6. partners : email : offer_will_expire : la gestion des offres à échéance
|
||||
'offer_will_expire'=>[
|
||||
'name'=>"l'offre arrive bientot a expiration",
|
||||
'name'=>"partenaire - l'offre arrive bientot a expiration",
|
||||
'notification_send'=>true,
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"",
|
||||
'notification_message'=>"",
|
||||
'notification_subject'=>"[CIPF /partenaire - offre va expirer]",
|
||||
'notification_message'=>'offre va expirer pour $$user_login$$ : $$__user_post_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"",
|
||||
'confirmation_message'=>"",
|
||||
'confirmation_subject'=>"[CIPF - offre va expirer]",
|
||||
'confirmation_message'=>'une de vos offre va expirer, rendez-vous sur $$__base_url__$$',
|
||||
],
|
||||
// 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é',
|
||||
'name'=>'prof - le compte a été supprimé',
|
||||
'notification_send'=>true,
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"",
|
||||
'notification_message'=>"",
|
||||
'notification_subject'=>"[CIPF /prof - compte supprimé]",
|
||||
'notification_message'=>'compte supprimé pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"",
|
||||
'confirmation_message'=>"",
|
||||
'confirmation_subject'=>"[CIPF - compte supprimé]",
|
||||
'confirmation_message'=>'votre compte a été supprimé sur $$__base_url__$$',
|
||||
],
|
||||
// 8. payments : email : account_will_expire : faire rappels emails avant expiration
|
||||
'account_will_expire'=>[
|
||||
'name'=>'le compte va bientot expirer',
|
||||
'name'=>'prof - le compte va bientot expirer',
|
||||
'notification_send'=>true,
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"",
|
||||
'notification_message'=>"",
|
||||
'notification_subject'=>"[CIPF /prof - compte va expirer]",
|
||||
'notification_message'=>'le compte va expirer pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"",
|
||||
'confirmation_message'=>"",
|
||||
'confirmation_subject'=>"[CIPF - compte va expirer]",
|
||||
'confirmation_message'=>'votre compte va expirer bientot, renouvellez-le sur $$__base_url__$$',
|
||||
],
|
||||
// 9. payments : email : account_expired : desactiver carte expiree
|
||||
'account_expired'=>[
|
||||
'name'=>'le compte a expiré',
|
||||
'name'=>'prof - le compte a expiré',
|
||||
'notification_send'=>true,
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"",
|
||||
'notification_message'=>"",
|
||||
'notification_subject'=>"[CIPF /prof - compte expiré]",
|
||||
'notification_message'=>'compte expiré pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_subject'=>"",
|
||||
'confirmation_message'=>"",
|
||||
'confirmation_subject'=>"[CIPF - compte expiré]",
|
||||
'confirmation_message'=>'votre compte a expiré, renouvelez-le sur $$__base_url__$$',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user