add endpoint_notifications_list

This commit is contained in:
gabryon99 2020-05-05 22:28:02 +02:00
parent 7f0409d51a
commit 9973d63847
14 changed files with 474 additions and 7 deletions

View file

@ -13,9 +13,9 @@ local endpoint = {}
endpoint = {
key = "email",
conf_params = {
{ param_name = "smtp_server_name", param_type = "string" },
{ param_name = "smtp_server_name", param_type = "text" },
{ param_name = "sender", param_type = "email" },
{ param_name = "username", param_type = "string", optional = true },
{ param_name = "username", param_type = "text", optional = true },
{ param_name = "password", param_type = "password", optional = true },
},
recipient_params = {