bg_image
Get Certified, Get Ahead: Your Path to Excellence with ZED Certification

Apply for ZED Certification

ZED (Zero Defect Zero Effect) Certification is a flagship initiative of the Ministry of MSME, Government of India, designed to help businesses adopt high-quality standards, improve efficiency, and minimize environmental impact.

At Auspicious Business Solutions (ABS), we make the ZED application process simple, transparent, and hassle-free. From checking your eligibility to documentation, filing, and audit preparation—we guide you at every step.

Apply now to take the first step towards gaining credibility, unlocking government incentives, improving productivity, and becoming globally competitive.

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 ZED certificate request from website'; // Inline styles applied to the body $mail->Body = '

ZED certificate request from website

Company Logo

Name: ' . htmlspecialchars($name) . '

Email: ' . htmlspecialchars($email) . '

Phone: ' . htmlspecialchars($phone) . '

Business Name: ' . htmlspecialchars($business_name) . '

Udhyam No.: ' . htmlspecialchars($udhyam_no) . '

Message: ' . htmlspecialchars($message) . '

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