Service Type: {$service_type}
Client Name: {$name}
Company: {$company_name}
Phone: {$phone}
Email ID: {$email}
" . nl2br($requirements) . "
"; $mail = new PHPMailer(true); try { // SMTP Server Configuration $mail->isSMTP(); $mail->Host = 'smtp.hostinger.com'; $mail->SMTPAuth = true; $mail->Username = 'support@runytechnologies.com'; $mail->Password = 'Smcb@2019'; // Your authenticated mailbox password $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; $mail->Port = 465; // Sender & Recipient Setup $mail->setFrom('support@runytechnologies.com', 'RUNY Support Portal'); $mail->addAddress('support@runytechnologies.com'); // Receive submission on your support desk if (!empty($email) && filter_var($email, FILTER_VALIDATE_EMAIL)) { $mail->addReplyTo($email, $name); $mail->addCC($email); // CC the copy back to the client as confirmation } // Email Content $mail->isHTML(true); $mail->Subject = "New AMC Proposal Requested: " . $service_type . " - " . $company_name; $mail->Body = $email_body; $mail->send(); echo ""; exit(); } catch (Exception $e) { echo ""; exit(); } } ?>Ensure zero downtime and maximum productivity with our comprehensive IT support, networking, and office setup services.
Comprehensive hardware and software maintenance for your entire workstation fleet.
Keep your document flow uninterrupted with specialized printer and scanner support.
Secure, fast, and reliable networking maintenance for seamless communication.
End-to-end IT infrastructure deployment tailored for new branches or office relocations.