You are here

mimemail.schema.yml in Mime Mail 8

config/schema/mimemail.schema.yml

File

config/schema/mimemail.schema.yml
View source
  1. mimemail.settings:
  2. type: config_object
  3. mapping:
  4. name:
  5. type: string
  6. label: 'Sender name'
  7. mail:
  8. type: email
  9. label: 'Sender email address'
  10. simple_address:
  11. type: boolean
  12. label: 'Use simple format for all recipient email addresses'
  13. sitestyle:
  14. type: boolean
  15. label: 'Gather all style sheets when no mail.css is found in the default theme directory'
  16. textonly:
  17. type: boolean
  18. label: 'Disables the use of email messages with graphics and styles, all messages will be converted to plain text'
  19. linkonly:
  20. type: boolean
  21. label: 'Disables the embedding of images, all images will be links to external content'
  22. user_plaintext_field:
  23. type: string
  24. label: 'Machine name of a Boolean field on the User entity used to indicate the user only wants plain text email'
  25. format:
  26. type: string
  27. label: 'Email format'
  28. preserve_class:
  29. type: boolean
  30. label: 'Whether to preserve CSS class attributes when inlining CSS using mimemail_compress'
  31. advanced:
  32. type: mapping
  33. label: 'Advanced features - do not enable unless you know what you are doing'
  34. mapping:
  35. incoming:
  36. type: boolean
  37. label: 'Process incoming messages posted to this site'
  38. key:
  39. type: string
  40. label: 'Message validation string'