Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-04-17 11:24:52 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-04-17 11:24:52 +0300
commitb223210fcefb92ba72f81588ea00ab1de9d416f5 (patch)
tree890ca8c2ad9ccdae7aa72f819e2e9047d1da99dc /page-ionossubmit.php
parent022650491f7b2168a8c8488192a7929d76475794 (diff)
fix to address
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-ionossubmit.php')
-rw-r--r--page-ionossubmit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/page-ionossubmit.php b/page-ionossubmit.php
index 0f2141b6..60f2056f 100644
--- a/page-ionossubmit.php
+++ b/page-ionossubmit.php
@@ -254,9 +254,9 @@ if(isset($_POST['email'])) {
'Content-Type: text/plain; charset=UTF-8';
// Send the email
// $recipients = ['orders'];
- $recipients = ['sales'];
- $recipients = ['jos']; // for testing
- $recipients = ['frank']; // for testing
+// $recipients = ['sales', 'jos', 'frank'];
+ $recipients = ['jos','sales','frank']; // for testing
+// $recipients = ['frank']; // for testing
$successfullySend = true;
foreach ($recipients as $recipient) {
$successfullySend &= mail($recipient . '@nextcloud.com', $email_subject, $email_message, $headers);