mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Change email notification success/fail messages and add a timeout feature
This commit is contained in:
@@ -17,7 +17,8 @@ class CustomEmailBackend(EmailBackend):
|
||||
"use_tls": {"label": "Use TLS", "type": "bool"},
|
||||
"use_ssl": {"label": "Use SSL", "type": "bool"},
|
||||
"sender": {"label": "Sender Email", "type": "string"},
|
||||
"recipients": {"label": "Recipient List", "type": "list"}}
|
||||
"recipients": {"label": "Recipient List", "type": "list"},
|
||||
"timeout": {"label": "Timeout", "type": "int"}}
|
||||
recipient_parameter = "recipients"
|
||||
sender_parameter = "sender"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user