Implements getter for all existing configuration endpoints

This commit is contained in:
Simone Mainardi 2020-05-04 11:50:47 +02:00
parent 177f8c6cde
commit 0b26c7afe0
3 changed files with 27 additions and 1 deletions

View file

@ -16,7 +16,7 @@ endpoint = {
{ param_name = "smtp_server_name", param_type = "string" },
{ param_name = "sender", param_type = "email" },
{ param_name = "username", param_type = "string", optional = true },
{ param_name = "username", param_type = "password", optional = true },
{ param_name = "password", param_type = "password", optional = true },
},
recipient_params = {
{ param_name = "to", param_type = "email" },