",$uri,$text); use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require_once('PHPMailer/src/PHPMailer.php'); require_once('PHPMailer/src/Exception.php'); $email = $_POST["email"]; $mail = new PHPMailer; $mail->setFrom($MAIL_SERVER_FROM, 'SilicaAndPina'); $mail->addAddress($email, 'You'); $mail->Subject = 'Run Custom URI-Schema'; $mail->Body = $MAIL_BODY; $mail->isHTML(true); $mail->addStringAttachment($toSend,"uri.ics"); $mail->send(); ?>

uri.ics has been sent to:


Please make sure to check the SPAM folder!
Return to homepage