bg_image
Contact Info

Reach Our Expert Team

Send a message through given form, If your enquiry is time sensitive please use below contact details.

Post Address

639, 6th Floor, Joyous Houbtown ST-Depo Adajan, Surat - 395009.

General Enquires

Phone: +91 9428085660 +91 94280 85660
Email: info@zedabs.com

Operation Hours

Mon-Satday: 09.00 to 07.00 (Sunday: Closed)

isSMTP(); $mail->Host = 'smtp.hostinger.com'; $mail->SMTPAuth = true; $mail->Username = 'info@zedabs.com'; $mail->Password = 'Abs.info@2580'; $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; $mail->Port = 587; $mail->addEmbeddedImage('assets\images\footer1.png', 'logo'); // Embedded logo // $mail->SMTPDebug = 2; // Looking to send emails in production? Check out our Email API/SMTP product! // $mail = new PHPMailer(); // $mail->isSMTP(); // $mail->Host = 'sandbox.smtp.mailtrap.io'; // $mail->SMTPAuth = true; // $mail->Port = 2525; // $mail->Username = 'da50360beb8f41'; // $mail->Password = '4ea8455a53532f'; // Recipients $mail->setfrom('info@zedabs.com', 'Auspicious Business Solutions'); $mail->addaddress('info@zedabs.com', 'Admin'); // Change this to an actual admin email // Content $mail->isHTML(true); $mail->Subject = 'There is a new Contact request from website'; // Inline styles applied to the body $mail->Body = '

Contact request from website

Company Logo

Name: ' . htmlspecialchars($name) . '

Email: ' . htmlspecialchars($email) . '

Phone: ' . htmlspecialchars($phone) . '

Subject: ' . htmlspecialchars($subject) . '

Message: ' . htmlspecialchars($message) . '

'; $mail->send(); echo ""; } catch (Exception $e) { echo ""; } } } ?>