symfony_mailer.mailer_policy.update.status_notify.yml 945 B

12345678910111213141516171819202122232425262728
  1. uuid: 1773680e-8fb9-4a51-9e82-f412d4502bc9
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - update
  7. _core:
  8. default_config_hash: JOcNPf-ezI7vLCxZg4K9wpGqKYj6vMHlfsmhx_WGbTM
  9. id: update.status_notify
  10. configuration:
  11. email_body:
  12. content:
  13. value: |-
  14. <p>You need to take action to secure your server {{ site_name }}.</p>
  15. <ul>
  16. {% for message in messages %}
  17. <li>{{ message }}</li>
  18. {% endfor %}
  19. </ul>
  20. <p>See the <a href="{{ update_status }}">available updates</a> page for more information.
  21. {% if update_manager %}
  22. You can automatically install your updates using the <a href="{{ update_manager }}">Update manager</a>.
  23. {% endif %}
  24. You can <a href="{{ update_settings }}">change your settings</a> for what update notifications you receive.</p>
  25. format: email_html
  26. email_subject:
  27. value: 'New release(s) available for {{ site_name }}'