Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
609 B

  1. {
  2. "name": "Configure Email Relay",
  3. "description": "Enable MailGun relay to increase verification email reliability.",
  4. "spec": [
  5. {
  6. "question_name": "Enable Email Relay",
  7. "question_description": "Enables the MailGun email relay server, enabling this will increase the reliability of your email verification.",
  8. "required": false,
  9. "min": null,
  10. "max": null,
  11. "default": "{{ matrix_mailer_relay_use | string | lower }}",
  12. "choices": "true\nfalse",
  13. "new_question": true,
  14. "variable": "matrix_mailer_relay_use",
  15. "type": "multiplechoice"
  16. }
  17. ]
  18. }