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-08 00:15:24 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-04-08 00:15:24 +0300
commit7c118d5a346cd1c7dcf6063a971d9c4d651e6941 (patch)
tree02faffde30d1d6e3bfc696954c48cf15a3e51164 /page-ionossubmit.php
parentc0d00eeac83b5664b5e90a39577d7c90f6295636 (diff)
update page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-ionossubmit.php')
-rw-r--r--page-ionossubmit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/page-ionossubmit.php b/page-ionossubmit.php
index 3f9bbc23..b35bff7c 100644
--- a/page-ionossubmit.php
+++ b/page-ionossubmit.php
@@ -248,8 +248,8 @@ if(isset($_POST['email'])) {
'Cc: ' . $email_from . "\r\n" .
'Content-Type: text/plain; charset=UTF-8';
// Send the email
-// $recipients = ['orders'];
- $recipients = ['jos']; // for testing
+ $recipients = ['orders'];
+// $recipients = ['jos']; // for testing
$successfullySend = true;
foreach ($recipients as $recipient) {
$successfullySend &= mail($recipient . '@nextcloud.com', $email_subject, $email_message, $headers);
@@ -264,8 +264,8 @@ if(isset($_POST['email'])) {
if ($successfullySend) {
?>
- <h1>Thanks for ordering a Nextcloud Support Subscription!</h1>
- <p>We are preparing a contract and invoice. Check your inbox for a reply in the next 5 working days.</p>
+ <h1>Thanks for your order!</h1>
+ <p>We are preparing a contract and invoice, as well as deployment. Check your inbox for a contract and login details on the next working day.</p>
<p>We received following details:</p>
<pre><?php
echo $email_message;
@@ -286,7 +286,7 @@ if(isset($_POST['email'])) {
?>
<h1>Something went wrong!</h1>
- <p>We had some troubles processing your Nextcloud Support Subscription request.</p>
+ <p>We had some troubles processing your order request.</p>
<p>
<?php
echo $e->getMessage();