added email notification tomultijoueur submission
This commit is contained in:
parent
6f3d2abe0f
commit
89c450e103
|
@ -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: { }
|
||||
|
|
Loading…
Reference in New Issue