Skip to content

Commit 9c75269

Browse files
authored
Add From Email Address
1 parent fd0a084 commit 9c75269

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Tasks/emailReportTask/task.prod.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@
7676
},
7777
"groupName": "emailConfiguration"
7878
},
79+
{
80+
"name": "fromAddress",
81+
"type": "string",
82+
"label": "From",
83+
"defaultValue": "",
84+
"required": false,
85+
"helpMarkDown": "Sender email address.",
86+
"groupName": "emailConfiguration"
87+
},
7988
{
8089
"name": "toAddress",
8190
"type": "string",
@@ -231,4 +240,4 @@
231240
"target": "Index.js"
232241
}
233242
}
234-
}
243+
}

0 commit comments

Comments
 (0)