You are here

mandrill.schema.yml in Mandrill 8

config/schema/mandrill.schema.yml

File

config/schema/mandrill.schema.yml
View source
  1. mandrill.settings:
  2. type: config_object
  3. label: 'Mandrill settings'
  4. mapping:
  5. mandrill_from_name:
  6. type: string
  7. label: 'Sender name'
  8. mandrill_from_email:
  9. type: string
  10. label: 'Sender email'
  11. mandrill_subaccount:
  12. type: string
  13. mandrill_filter_format:
  14. type: string
  15. mandrill_track_opens:
  16. type: boolean
  17. mandrill_track_clicks:
  18. type: boolean
  19. mandrill_url_strip_qs:
  20. type: boolean
  21. mandrill_analytics_campaign:
  22. type: string
  23. mandrill_batch_log_queued:
  24. type: boolean
  25. mandrill_queue_worker_timeout:
  26. type: integer
  27. mandrill_log_defaulted_sends:
  28. type: boolean
  29. mandrill_api_key:
  30. type: string
  31. mandrill_api_timeout:
  32. type: integer
  33. mandrill_api_classname:
  34. type: string
  35. mandrill_mail_key_blacklist:
  36. type: string
  37. mandrill_process_async:
  38. type: boolean