mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			609 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			609 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {
 | |
|   "name": "Configure Email Relay",
 | |
|   "description": "Enable MailGun relay to increase verification email reliability.",
 | |
|   "spec": [
 | |
|     {
 | |
|       "question_name": "Enable Email Relay",
 | |
|       "question_description": "Enables the MailGun email relay server, enabling this will increase the reliability of your email verification.",
 | |
|       "required": false,
 | |
|       "min": null,
 | |
|       "max": null,
 | |
|       "default": "{{ matrix_mailer_relay_use | string | lower }}",
 | |
|       "choices": "true\nfalse",
 | |
|       "new_question": true,
 | |
|       "variable": "matrix_mailer_relay_use",
 | |
|       "type": "multiplechoice"
 | |
|     }
 | |
|   ]
 | |
| }
 | |
| 
 |