diff --git a/config/sync/config_ignore.settings.yml b/config/sync/config_ignore.settings.yml index a494849..b33a614 100644 --- a/config/sync/config_ignore.settings.yml +++ b/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.*' diff --git a/config/sync/maillog.settings.yml b/config/sync/maillog.settings.yml index efd3d7c..d1144be 100644 --- a/config/sync/maillog.settings.yml +++ b/config/sync/maillog.settings.yml @@ -1,6 +1,8 @@ _core: default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI -send: false -log: true -verbose: true langcode: fr +send: false +nosend_notify: false +log: true +log_notify: false +verbose: false diff --git a/config/sync/rules.reaction.new_operation_node_send_email.yml b/config/sync/rules.reaction.new_operation_node_send_email.yml index ad5c5e9..975dbbc 100644 --- a/config/sync/rules.reaction.new_operation_node_send_email.yml +++ b/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: { }