t('Thank you for signing');?>

Sorry, there was an error with the form you submitted

The error(s) detected:
"; ?>

Use the back key to go to the previous page and fix the issue!

'; } $string_exp = "/^[A-Za-z .'-]+$/"; if(!preg_match($string_exp,$yourname)) { // $error_message .= 'The name you entered does not appear to be valid.
'; } if(strlen($error_message) > 0) { died($error_message); } else { function clean_string($string) { $bad = array("content-type","bcc:","to:","cc:","href"); $string = str_replace($bad,"",$string); return htmlspecialchars($string); } // the app review mailing list address $email_from = "jos@nextcloud.com"; $email_subject = "Public letter against Art. 11 and 13 in name of ".clean_string($company); $email_message = "Hello,\n\n"; $email_message .= "You contacted us to sign the Open letter urging the Members of the EU\n"; $email_message .= "Parliament to vote against Articles 11 & 13 of the proposed EU Copyright\n"; $email_message .= "directive.\n\n"; $email_message .= "*Your signature will only be validated if you reply to this email!*\n\n"; $email_message .= "Please verify the data below and reply to us confirming your signature.\n"; $email_message .= "Name: ".clean_string($yourname)."\n"; $email_message .= "Email: ".clean_string($companymail)."\n"; $email_message .= "Company: ".clean_string($company)."\n"; $email_message .= "Country: ".clean_string($country)."\n\n"; $email_message .= "Thank you!\n\n"; $email_message .= "-- \nJos Poortvliet\nHead of Marketing\n\noOo - Nextcloud Files, Groupware & Talk\nKeep your data secure and under your control\n\nT +49 711 25242890\nF +49 (711) 252 428 - 20\nE jos.poortvliet@nextcloud.com\nW https://nextcloud.com\n\nNextcloud GmbH\nHirschstrasse 26, 70173 Stuttgart, Germany\nGF: Frank Karlitschek\nHRB 227086 (AG München)\n"; // create email headers $headers = 'From: jos@nextcloud.com'."\r\n". 'Reply-To: '.$email_from."\r\n" . 'Content-Type: text/plain; charset=UTF-8'."\r\n"; // store in log $data = [ 'to' => $companymail, 'subject' => $email_subject, 'message' => $email_message, 'headers' => $headers, ]; file_put_contents('/var/log/public-letter-delete-dec2019.txt', json_encode($data) . PHP_EOL, FILE_APPEND | LOCK_EX); // Send the email to the list @mail($companymail, $email_subject, $email_message, $headers); // Second email to subscribe to the mailing list // @mail("frank@nextcloud.org", "website form", "website form", $headers); ?>

Thank you for your support for the open letter against Copyright directive (Art. 11 & 13)

Please check your email on ,
and confirm to us your signing of the public letter.