Browse Source

config_ignore maillog.settings

bach 1 year ago
parent
commit
0b1c38f93d

+ 2 - 1
config/sync/config_ignore.settings.yml

@@ -1,4 +1,5 @@
 _core:
   default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64
 langcode: fr
-ignored_config_entities: {  }
+ignored_config_entities:
+  - 'maillog.*'

+ 4 - 2
config/sync/maillog.settings.yml

@@ -1,6 +1,8 @@
 _core:
   default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
+langcode: fr
 send: false
+nosend_notify: false
 log: true
-verbose: true
-langcode: fr
+log_notify: false
+verbose: false

+ 2 - 1
config/sync/rules.reaction.new_operation_node_send_email.yml

@@ -32,8 +32,9 @@ expression:
         context_values:
           to:
             - webmaster@programme-reha-heritages.fr
+            - dev@figureslibres.io
           subject: '[REHA] nouvelle opération crée'
-          message: '@node.node_route_context:node.title'
+          message: test
           reply: ''
           language: ''
         context_mapping: {  }