multi-joueurs form send email to submitter
This commit is contained in:
parent
8c7cc78faf
commit
f905c947ca
|
@ -236,4 +236,41 @@ handlers:
|
||||||
sender_name: ''
|
sender_name: ''
|
||||||
theme_name: ''
|
theme_name: ''
|
||||||
parameters: { }
|
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: { }
|
variants: { }
|
||||||
|
|
Loading…
Reference in New Issue