mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
change input name fields for recipients
This commit is contained in:
parent
4984e0d653
commit
88635566ac
4 changed files with 9 additions and 11 deletions
|
|
@ -13,13 +13,13 @@ local endpoint = {}
|
|||
endpoint = {
|
||||
key = "email",
|
||||
conf_params = {
|
||||
{ param_name = "smtp_server_name", param_type = "text" },
|
||||
{ param_name = "sender", param_type = "email" },
|
||||
{ param_name = "username", param_type = "text", optional = true },
|
||||
{ param_name = "password", param_type = "password", optional = true },
|
||||
{ param_name = "smtp_server", param_type = "text" },
|
||||
{ param_name = "email_sender", param_type = "email" },
|
||||
{ param_name = "smtp_username", param_type = "text", optional = true },
|
||||
{ param_name = "smtp_password", param_type = "password", optional = true },
|
||||
},
|
||||
recipient_params = {
|
||||
{ param_name = "to", param_type = "email" },
|
||||
{ param_name = "email_recipient", param_type = "email" },
|
||||
{ param_name = "cc", param_type = "email", optional = true },
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue