You are here

swiftmailer.schema.yml in Swift Mailer 8.2

Same filename and directory in other branches
  1. 8 config/schema/swiftmailer.schema.yml
config/schema/swiftmailer.schema.yml

File

config/schema/swiftmailer.schema.yml
View source
  1. swiftmailer.message:
  2. type: config_object
  3. label: 'Swift Mailer message settings'
  4. mapping:
  5. content_type:
  6. type: string
  7. label: 'Content type'
  8. text_format:
  9. type: string
  10. label: 'Text format'
  11. generate_plain:
  12. type: boolean
  13. label: 'Generate alternative plain text version'
  14. character_set:
  15. type: string
  16. label: 'Character set'
  17. swiftmailer.transport:
  18. type: config_object
  19. label: 'Swift Mailer transport settings'
  20. mapping:
  21. transport:
  22. type: string
  23. label: 'Transport method'
  24. smtp_host:
  25. type: string
  26. label: 'SMTP Host'
  27. smtp_port:
  28. type: integer
  29. label: 'SMTP Port'
  30. smtp_encryption:
  31. type: string
  32. label: 'SMTP encryption'
  33. sendmail_path:
  34. type: string
  35. label: 'Sendmail path'
  36. sendmail_mode:
  37. type: string
  38. label: 'Sendmail mode'
  39. smtp_credential_provider:
  40. type: string
  41. label: 'SMTP Credential provider'
  42. smtp_credentials:
  43. type: sequence
  44. label: 'SMTP Credentials'
  45. sequence:
  46. type: swiftmailer.transport.smtp_credentials.[%key]
  47. spool_directory:
  48. type: string
  49. label: 'Spool directory'
  50. swiftmailer.transport.smtp_credentials.swiftmailer:
  51. type: mapping
  52. label: 'Swift Mailer SMTP credentials'
  53. mapping:
  54. username:
  55. type: string
  56. label: 'SMTP Username key'
  57. password:
  58. type: string
  59. label: 'SMTP Password key'
  60. swiftmailer.transport.smtp_credentials.key:
  61. type: mapping
  62. label: 'Swift Mailer SMTP credentials with Key Module'
  63. mapping:
  64. username:
  65. type: string
  66. label: 'SMTP Username key'
  67. password:
  68. type: string
  69. label: 'SMTP Password key'
  70. swiftmailer.transport.smtp_credentials.multikey:
  71. type: mapping
  72. label: 'Swift Mailer SMTP credentials with Key Module (user/password keys)'
  73. mapping:
  74. user_password:
  75. type: string
  76. label: 'SMTP User/Password key'