You are here

htmlmail.schema.yml in HTML Mail 8

Same filename and directory in other branches
  1. 8.3 config/schema/htmlmail.schema.yml
config/schema/htmlmail.schema.yml

File

config/schema/htmlmail.schema.yml
View source
  1. htmlmail.settings:
  2. type: config_object
  3. label: 'HTML Mail label settings'
  4. mapping:
  5. htmlmail_debug:
  6. type: boolean
  7. label: 'Enable the template debug'
  8. hmtlmail_theme:
  9. type: string
  10. label: 'The theme used to send the email'
  11. htmlmail_html_with_plain:
  12. type: boolean
  13. label: 'Send the email as text plain'
  14. htmlmail_postfilter:
  15. type: string
  16. label: 'The filter used on email body'
  17. htmlmail_use_mime_mail:
  18. type: boolean
  19. label: 'Use the PEAR Mime mail class'
  20. htmlmail_test:
  21. type: mapping
  22. label: 'Mail header data for sending out the test mail message'
  23. mapping:
  24. to:
  25. type: string
  26. label: 'The recipient of the test mail message'
  27. subject:
  28. type: string
  29. label: 'The subject of the test mail message'
  30. body:
  31. type: sequence
  32. label: 'The content of the test mail message'
  33. sequence:
  34. type: string
  35. label: 'The body text of the test mail message'
  36. class:
  37. type: string
  38. label: 'The class of the test mail message'