Skip to content
Snippets Groups Projects
Commit ded39adb authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add some more instructions, example *list* of add'l recipients

parent 46cf0758
No related branches found
No related tags found
No related merge requests found
Pipeline #5044 passed
...@@ -6,9 +6,10 @@ ...@@ -6,9 +6,10 @@
// to = username // to = username
// Passthru = true // Passthru = true
require("smbdefs.js", "NET_INTERNET"); // Write your additional recipients (full Internet email addresses) here:
var recipients = ["someone@somewhere", "another@mailbox"];
var recipients = ["another@mailbox"]; require("smbdefs.js", "NET_INTERNET");
var rcptlst = new File(recipient_list_filename); var rcptlst = new File(recipient_list_filename);
if(!rcptlst.open("r")) { if(!rcptlst.open("r")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment