You are here

varbase_core_optional_update_8603.yml in Varbase Core 8.6

config/update/varbase_core_optional_update_8603.yml

File

config/update/varbase_core_optional_update_8603.yml
View source
  1. __global_actions:
  2. install_modules:
  3. - swiftmailer
  4. - varbase_email
  5. mailsystem.settings:
  6. expected_config:
  7. defaults:
  8. formatter: swiftmailer
  9. sender: swiftmailer
  10. update_actions:
  11. change:
  12. defaults:
  13. formatter: php_mail
  14. sender: php_mail
  15. swiftmailer.message:
  16. expected_config:
  17. convert_mode: true
  18. format: text/html
  19. respect_format: false
  20. update_actions:
  21. change:
  22. convert_mode: false
  23. format: text/plain
  24. respect_format: true