...
Add another recipient after a semi-colon in SMTPToEmailAddress fieldĀ field:
Code Block | ||
---|---|---|
| ||
<!-- Add email address of more than one recipient -->
<add key="SMTPToEmailAddress" value="adim@xyz.com; admin2@xyz.com; admin3@xyz.com"/> |
...
IMPORTANT: This is a required field. |
DataExport Location:
Code Block | ||
---|---|---|
| ||
<!-- Location to store and retrieve DataExport zip files --> <add key="DataExportPath" value="C:\DataExport"/> |
...