From 89c450e1035744928df6488c001fe8383d68618b Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 1 Jul 2021 16:58:16 +0200 Subject: [PATCH] added email notification tomultijoueur submission --- config/sync/webform.webform.multi_joueur.yml | 39 +++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/config/sync/webform.webform.multi_joueur.yml b/config/sync/webform.webform.multi_joueur.yml index f5189c7..267e017 100644 --- a/config/sync/webform.webform.multi_joueur.yml +++ b/config/sync/webform.webform.multi_joueur.yml @@ -198,5 +198,42 @@ access: roles: { } users: { } permissions: { } -handlers: { } +handlers: + multi_joueur_submission_email: + id: email + label: 'Multi-Joueur Submission email' + notes: '' + handler_id: multi_joueur_submission_email + status: true + conditions: { } + weight: 0 + settings: + states: + - completed + to_mail: _default + to_options: { } + cc_mail: '' + cc_options: { } + bcc_mail: '' + bcc_options: { } + from_mail: _default + from_options: { } + from_name: _default + subject: 'Multi-Joueur : [webform_submission:values:address:family_name]' + body: _default + excluded_elements: { } + ignore_access: false + exclude_empty: true + exclude_empty_checkbox: false + exclude_attachments: false + html: true + attachments: false + twig: false + debug: false + reply_to: '' + return_path: '' + sender_mail: '' + sender_name: '' + theme_name: '' + parameters: { } variants: { }