21 lines
704 B
YAML
21 lines
704 B
YAML
uuid: 9faef201-0122-4dfd-aa9d-7c9d44b5b8e0
|
|
langcode: en
|
|
status: true
|
|
dependencies: { }
|
|
_core:
|
|
default_config_hash: DFUx4b0nNPB5fhmZ-OpidH3bHbBGm3G0_3KmJIyl19g
|
|
id: symfony_mailer.test
|
|
configuration:
|
|
email_body:
|
|
content:
|
|
value: |-
|
|
<h4>You have mail</h4>
|
|
<p>This is a test email from <a href="[site:url]">[site:name]</a>.</p>
|
|
<p>Have a great <span class="day">{{ day }}</span>!</p>
|
|
<h4 class="text-small">
|
|
<a href="https://www.drupal.org/project/symfony_mailer">Drupal Symfony Mailer</a>
|
|
<img class="symfony-mailer-logo" src="{{ logo_url }}">
|
|
</h4>
|
|
format: email_html
|
|
email_subject:
|
|
value: 'Test email from [site:name]'
|