You are here

mail_safety.schema.yml in Mail Safety 8

config/schema/mail_safety.schema.yml

File

config/schema/mail_safety.schema.yml
View source
  1. # Schema for the configuration files of the Mail Safety module.
  2. mail_safety.settings:
  3. type: config_object
  4. label: 'Mail Safety settings'
  5. translatable: false
  6. mapping:
  7. enabled:
  8. type: boolean
  9. label: 'Enable the mail safety module to stop outgoing e-mails.'
  10. send_mail_to_dashboard:
  11. type: boolean
  12. label: 'Send the mails to the Mail Safety dashboard.'
  13. send_mail_to_default_mail:
  14. type: boolean
  15. label: 'Send the mails to the default mail address'
  16. default_mail_address:
  17. type: string
  18. label: 'The default mail address to send mails to that mail safety catches.'