symfony_mailer.mailer_policy.contact.mail.yml 621 B

12345678910111213141516171819
  1. uuid: 4aa2ac66-aaba-414c-a0a3-bf12aa119aef
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - contact
  7. _core:
  8. default_config_hash: qM-nS_f8vJxvO0QPUg8SYmt3iTXAPcvj94xpXXBznQ4
  9. id: contact.mail
  10. configuration:
  11. email_body:
  12. content:
  13. value: |-
  14. <p class="contact-email-intro">Hello {{ recipient_name }},<br>
  15. <a href="{{ sender_url }}">{{ sender_name }}</a> has sent you a message via your form at {{ site_name }}.
  16. If you don't want to receive such emails, you can <a href="{{ recipient_edit_url }}">change your settings</a>.</p>
  17. <hr>
  18. {{ body }}
  19. format: email_html