Vitra solution glass logo Vitra solution

Let's Talk

Whether you have a specific project in mind or need expert advice on architectural glass solutions, our team in Toronto is ready to help.

Contact Info

Our Office

Unit 3C- 64 Jardin Dr.
Vaughan, ON L4K 3P3

Business Hours

Mon–Fri: 09:00 — 17:30 PST
Sat: 10:00 — 14:00 PST

Send a Message

Fill out the form below and we'll get back to you as soon as possible.

۲. فایل send-email.php برای امنیت بیشتر و مچ شدن با سیستم فرانت‌اند، فیلتر پسوندهای عجیب ایمیل را در سمت سرور نیز اضافه کردیم تا درخواست‌های نامعتبر مستقیم ریجکت شوند: PHP isSMTP(); $mail->Host = 'mail.vitrasolution.com'; $mail->SMTPAuth = true; $mail->Username = 'info@vitrasolution.com'; $mail->Password = 'gKuJk%2?tj~Y6h_H'; $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; $mail->Port = 465; $mail->CharSet = 'UTF-8'; $mail->setFrom('info@vitrasolution.com', 'Vitra Solution Form'); $mail->addAddress('vitrasolution78@gmail.com'); $mail->addReplyTo($email, $first_name . ' ' . $last_name); $mail->isHTML(true); $mail->Subject = "New Contact Form Submission: " . $first_name . " " . $last_name; $admin_body = ' New Inquiry

VITRA SOLUTION

New Lead Notification

Project Details

Client Name: ' . $first_name . ' ' . $last_name . '
Email Address: ' . $email . '
Phone Number: ' . $phone . '
Service Requested: ' . $service . '

Message

' . nl2br($message) . '

Metadata Information

IP Address: ' . $user_ip . '
Date & Time: ' . $current_date . '
User Agent: ' . $user_agent . '
Internal Automated System © 2026 Vitra Solution.
'; $mail->Body = $admin_body; $mail->send(); $mail->clearAddresses(); $mail->addAddress($email, $first_name . ' ' . $last_name); $mail->Subject = "Thank you for contacting Vitra Solution"; $user_body = ' Thank You

VITRA SOLUTION

GLAZING . ONTARIO

Hello ' . $first_name . ',

Thank you for reaching out to Vitra Solution. We have received your inquiry regarding ' . $service . '.

Our team of architectural glass experts is reviewing your project details. We will get in touch with you as soon as possible to discuss how we can bring your vision to life.

Visit Our Website

Best regards,

Vitra Solution Team

© 2026 Vitra Solution. All rights reserved.

'; $mail->Body = $user_body; $mail->send(); http_response_code(200); echo "Success"; } catch (Exception $e) { http_response_code(500); echo "Error sending email."; } } else { http_response_code(403); echo "Forbidden"; } ?>