From f905c947ca8cba9adce3bf5eed3682ef5267ea36 Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 13 Aug 2021 23:28:04 +0200 Subject: [PATCH] multi-joueurs form send email to submitter --- config/sync/webform.webform.multi_joueur.yml | 37 ++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/config/sync/webform.webform.multi_joueur.yml b/config/sync/webform.webform.multi_joueur.yml index 409bcc0..5936cb4 100644 --- a/config/sync/webform.webform.multi_joueur.yml +++ b/config/sync/webform.webform.multi_joueur.yml @@ -236,4 +236,41 @@ handlers: sender_name: '' theme_name: '' parameters: { } + multi_joueurs_submission_: + id: email + label: 'Multi-Joueurs submission ' + notes: '' + handler_id: multi_joueurs_submission_ + status: true + conditions: { } + weight: 0 + settings: + states: + - completed + to_mail: '[webform_submission:values:email_confirm:raw]' + to_options: { } + cc_mail: '' + cc_options: { } + bcc_mail: '' + bcc_options: { } + from_mail: _default + from_options: { } + from_name: _default + subject: '[site:name] - [webform:title] submission' + 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: { }