Resolve "Prevent email account from being spammed" #290
1 changed files with 3 additions and 37 deletions
|
@ -99,7 +99,7 @@ settings:
|
||||||
draft_loaded_message: ''
|
draft_loaded_message: ''
|
||||||
confirmation_type: url_message
|
confirmation_type: url_message
|
||||||
confirmation_title: ''
|
confirmation_title: ''
|
||||||
confirmation_message: 'Your message has been sent.'
|
confirmation_message: 'Thanks for reaching out! We'll get back to you as soon as one of us (probably Clayton) checks our email.'
|
||||||
confirmation_url: '<front>'
|
confirmation_url: '<front>'
|
||||||
confirmation_attributes: { }
|
confirmation_attributes: { }
|
||||||
confirmation_back: true
|
confirmation_back: true
|
||||||
|
@ -172,40 +172,6 @@ access:
|
||||||
users: { }
|
users: { }
|
||||||
permissions: { }
|
permissions: { }
|
||||||
handlers:
|
handlers:
|
||||||
email_confirmation:
|
|
||||||
id: email
|
|
||||||
label: 'Email confirmation'
|
|
||||||
handler_id: email_confirmation
|
|
||||||
status: true
|
|
||||||
conditions: { }
|
|
||||||
weight: 1
|
|
||||||
settings:
|
|
||||||
states:
|
|
||||||
- completed
|
|
||||||
to_mail: '[webform_submission:values:email:raw]'
|
|
||||||
to_options: { }
|
|
||||||
cc_mail: ''
|
|
||||||
cc_options: { }
|
|
||||||
bcc_mail: ''
|
|
||||||
bcc_options: { }
|
|
||||||
from_mail: _default
|
|
||||||
from_options: { }
|
|
||||||
from_name: _default
|
|
||||||
subject: '[webform_submission:values:subject:raw]'
|
|
||||||
body: '[webform_submission:values:message:value]'
|
|
||||||
excluded_elements: { }
|
|
||||||
ignore_access: false
|
|
||||||
exclude_empty: true
|
|
||||||
exclude_empty_checkbox: false
|
|
||||||
html: true
|
|
||||||
attachments: false
|
|
||||||
twig: false
|
|
||||||
theme_name: ''
|
|
||||||
debug: false
|
|
||||||
reply_to: ''
|
|
||||||
return_path: ''
|
|
||||||
sender_mail: ''
|
|
||||||
sender_name: ''
|
|
||||||
email_notification:
|
email_notification:
|
||||||
id: email
|
id: email
|
||||||
label: 'Email notification'
|
label: 'Email notification'
|
||||||
|
@ -226,14 +192,14 @@ handlers:
|
||||||
from_options: { }
|
from_options: { }
|
||||||
from_name: '[webform_submission:values:name:raw]'
|
from_name: '[webform_submission:values:name:raw]'
|
||||||
subject: '[webform_submission:values:subject:raw]'
|
subject: '[webform_submission:values:subject:raw]'
|
||||||
body: '[webform_submission:values:message:value]'
|
body: "Hi Agarics, \r\n\r\nYou got some fan mail.\r\n\r\nSincerely,\r\nAgaric Bot\r\n\r\n<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}</p>\r\n<p>Submitted by: {{ webform_token('[webform_submission:user]', webform_submission) }}</p>\r\n<p>Submitted values are:</p>\r\n{{ webform_token('[webform_submission:values]', webform_submission) }}\r\n"
|
||||||
excluded_elements: { }
|
excluded_elements: { }
|
||||||
ignore_access: false
|
ignore_access: false
|
||||||
exclude_empty: true
|
exclude_empty: true
|
||||||
exclude_empty_checkbox: false
|
exclude_empty_checkbox: false
|
||||||
html: true
|
html: true
|
||||||
attachments: false
|
attachments: false
|
||||||
twig: false
|
twig: true
|
||||||
theme_name: ''
|
theme_name: ''
|
||||||
debug: false
|
debug: false
|
||||||
reply_to: ''
|
reply_to: ''
|
||||||
|
|
Loading…
Reference in a new issue