updated emails default send from true to on
This commit is contained in:
@@ -179,139 +179,139 @@ contactez la fipf directement",
|
||||
'_default'=>[
|
||||
'payment_success'=>[
|
||||
'name'=>'prof - le paiement a réussi',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'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_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - paiement réussi]",
|
||||
'confirmation_message'=>"paiement réussi",
|
||||
],
|
||||
'payment_echec'=>[
|
||||
'name'=>'prof - le paiement a echoué',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /prof - paiement echoué]",
|
||||
'notification_message'=>'paiement echoué pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - paiement echoué]",
|
||||
'confirmation_message'=>"votre paiement a echoué",
|
||||
],
|
||||
'payment_problem'=>[
|
||||
'name'=>'prof - le paiement a rencontré un problem',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /prof - paiement probleme]",
|
||||
'notification_message'=>'probleme de paiement pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>false,
|
||||
'confirmation_send'=>'off',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - paiement problème]",
|
||||
'confirmation_message'=>"votre paiement a rencontré un probleme",
|
||||
],
|
||||
'transfert_success'=>[
|
||||
'name'=>'prof - le virement a été validé',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /prof - virement validé]",
|
||||
'notification_message'=>'virement validé pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - virement validé]",
|
||||
'confirmation_message'=>"votre virement a été validé",
|
||||
],
|
||||
'change_card_success'=>[
|
||||
'name'=>'prof - le paiement pour changer la carte a réussi',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /prof - paiement changer carte reussi]",
|
||||
'notification_message'=>'paiement pour changer sa carte a réussi de la part de $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - paiement changement carte réussi]",
|
||||
'confirmation_message'=>"paiement changement carte réussi",
|
||||
],
|
||||
'card_will_expire'=>[
|
||||
'name'=>'prof - la carte va bientot expirer',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /prof - carte va expirer]",
|
||||
'notification_message'=>'la carte va expirer pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - carte va expirer]",
|
||||
'confirmation_message'=>'votre carte va expirer bientot, renouvellez-la sur $$__base_url__$$',
|
||||
],
|
||||
'card_expired'=>[
|
||||
'name'=>'prof - la carte a expiré',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /prof - carte expirée]",
|
||||
'notification_message'=>'carte expirée pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - carte expirée]",
|
||||
'confirmation_message'=>'votre carte a expiré, renouvelez-la sur $$__base_url__$$',
|
||||
],
|
||||
'account_will_be_deleted'=>[
|
||||
'name'=>'prof - le compte va être supprimé',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /prof - compte bientot supprimé]",
|
||||
'notification_message'=>'compte bientot supprimé pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - compte bientot supprimé]",
|
||||
'confirmation_message'=>'votre compte va bientot être supprimé sur $$__base_url__$$',
|
||||
],
|
||||
'account_deleted'=>[
|
||||
'name'=>'prof - le compte a été supprimé',
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /prof - compte supprimé]",
|
||||
'notification_message'=>'compte supprimé pour $$user_login$$ : $$__author_page_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - compte supprimé]",
|
||||
'confirmation_message'=>'votre compte a été supprimé sur $$__base_url__$$',
|
||||
],
|
||||
'offer_will_expire'=>[
|
||||
'name'=>"partenaire - l'offre arrive bientot a expiration",
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /partenaire - offre va expirer]",
|
||||
'notification_message'=>'offre va expirer pour $$user_login$$ : $$__user_post_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'confirmation_subject'=>"[CIPF - offre va expirer]",
|
||||
'confirmation_message'=>'une de vos offre va expirer, rendez-vous sur $$__base_url__$$',
|
||||
],
|
||||
'offer_expired'=>[
|
||||
'name'=>"partenaire - l'offre partenaire a expirée",
|
||||
'notification_send'=>true,
|
||||
'notification_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF /partenaire - offre expirée]",
|
||||
'notification_message'=>'offre expirée pour $$user_login$$ : $$__user_post_url__$$',
|
||||
'confirmation_send'=>true,
|
||||
'confirmation_send'=>'on',
|
||||
'confirmation_from'=>'$$__admin_email__$$',
|
||||
'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_send'=>'on',
|
||||
'notification_from'=>'$$__admin_email__$$',
|
||||
'notification_to'=>'$$__admin_email__$$',
|
||||
'notification_subject'=>"[CIPF - cron job]",
|
||||
|
||||
Reference in New Issue
Block a user