simplenews symfony template
This commit is contained in:
@@ -8,11 +8,14 @@ _core:
|
||||
default_config_hash: eS_mn5V1pRFDUx66hVOesANK1KjPtyMQBr8v0JEBp-A
|
||||
id: simplenews.subscribe
|
||||
configuration:
|
||||
email_subject:
|
||||
value: 'Confirmation for [site:name]'
|
||||
email_from:
|
||||
addresses:
|
||||
-
|
||||
value: news@materio.com
|
||||
display: ''
|
||||
email_body:
|
||||
content:
|
||||
value: |-
|
||||
<p>We have received a request to subscribe [simplenews-subscriber:mail] at <a href="[site:url]">[site:name]</a>.
|
||||
Please use this link to <a href="[simplenews-subscriber:combined-url]">confirm your subscribtion</a>.</p>
|
||||
value: "<p>We have received a request to subscribe [simplenews-subscriber:mail] at <a href=\"[site:url]\">[site:name]</a>.\r\nPlease use this link to <a href=\"[simplenews-subscriber:combined-url]\">confirm your subscribtion</a>.</p>"
|
||||
format: email_html
|
||||
email_subject:
|
||||
value: 'Confirmation for [site:name]'
|
||||
|
@@ -8,11 +8,14 @@ _core:
|
||||
default_config_hash: 5Oh2xuv7tqN5i5bnfKD00U_BBPkar6m2je0uO0SQNc4
|
||||
id: simplenews.validate
|
||||
configuration:
|
||||
email_subject:
|
||||
value: 'Manage your subscriptions at [site:name]'
|
||||
email_from:
|
||||
addresses:
|
||||
-
|
||||
value: news@materio.com
|
||||
display: ''
|
||||
email_body:
|
||||
content:
|
||||
value: |-
|
||||
<p>We have received a request to manage your subscriptions for [simplenews-subscriber:mail] at <a href="[site:url]">[site:name]</a>.
|
||||
Please use this link to <a href="[simplenews-subscriber:manage-url]">proceed</a>.</p>
|
||||
value: "<p>We have received a request to manage your subscriptions for [simplenews-subscriber:mail] at <a href=\"[site:url]\">[site:name]</a>.\r\nPlease use this link to <a href=\"[simplenews-subscriber:manage-url]\">proceed</a>.</p>"
|
||||
format: email_html
|
||||
email_subject:
|
||||
value: 'Manage your subscriptions at [site:name]'
|
||||
|
@@ -13,9 +13,5 @@ configuration:
|
||||
-
|
||||
value: news@materio.com
|
||||
display: ''
|
||||
email_body:
|
||||
content:
|
||||
value: "<div class=\"clearfix\">\r\n {{ body }}\r\n</div>\r\n\r\n{% if not opt_out_hidden %}\r\n <p class=\"simplenews-unsubscribe\"><a href=\"[simplenews-subscriber:unsubscribe-url]\">Unsubscribe from this newsletter</a></p>\r\n{% endif %}\r\n\r\n{% if test %}\r\n <p class=\"simplenews-test-message\">This is a test version of the newsletter.</p>\r\n{% endif %}"
|
||||
format: email_html
|
||||
email_subject:
|
||||
value: '[node:title]'
|
||||
|
Reference in New Issue
Block a user