SMTP_SUBJECT #1146

This commit is contained in:
jokob-sk
2025-08-24 08:45:32 +10:00
parent af879ec84d
commit afbcf5985f
2 changed files with 28 additions and 5 deletions

View File

@@ -642,7 +642,7 @@
{ "elementType": "input", "elementOptions": [], "transformers": [] }
]
},
"default_value": "user@gmail.com",
"default_value": "to@email.com",
"options": [],
"localized": ["name", "description"],
"name": [
@@ -674,7 +674,31 @@
{ "elementType": "input", "elementOptions": [], "transformers": [] }
]
},
"default_value": "NetAlertX <user@gmail.com>",
"default_value": "NetAlertX <from@email.com>",
"options": [],
"localized": ["name", "description"],
"name": [
{
"language_code": "en_us",
"string": "From email"
}
],
"description": [
{
"language_code": "en_us",
"string": "From which email the notification is sent <code>Name &lt;email&gt;</code>. Some SMTP servers need this to be an email only."
}
]
},
{
"function": "SUBJECT",
"type": {
"dataType": "string",
"elements": [
{ "elementType": "input", "elementOptions": [], "transformers": [] }
]
},
"default_value": "NetAlertX Report",
"options": [],
"localized": ["name", "description"],
"name": [
@@ -690,7 +714,7 @@
"description": [
{
"language_code": "en_us",
"string": "Notification email subject line. Some SMTP servers need this to be an email."
"string": "Notification email subject line."
},
{
"language_code": "es_es",