20 lines
621 B
YAML
20 lines
621 B
YAML
|
uuid: 4aa2ac66-aaba-414c-a0a3-bf12aa119aef
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies:
|
||
|
module:
|
||
|
- contact
|
||
|
_core:
|
||
|
default_config_hash: qM-nS_f8vJxvO0QPUg8SYmt3iTXAPcvj94xpXXBznQ4
|
||
|
id: contact.mail
|
||
|
configuration:
|
||
|
email_body:
|
||
|
content:
|
||
|
value: |-
|
||
|
<p class="contact-email-intro">Hello {{ recipient_name }},<br>
|
||
|
<a href="{{ sender_url }}">{{ sender_name }}</a> has sent you a message via your form at {{ site_name }}.
|
||
|
If you don't want to receive such emails, you can <a href="{{ recipient_edit_url }}">change your settings</a>.</p>
|
||
|
<hr>
|
||
|
{{ body }}
|
||
|
format: email_html
|