Tag: Vendor Compliance

Two professionals reviewing and signing a Data Processing Agreement — DPDP Act India 2026
Blog

Data Processing Agreement Under DPDP Act India — Complete Guide 2026

Section 8 of India’s DPDP Act 2023 makes a written Data Processing Agreement (DPA) mandatory for every vendor relationship involving personal data. This complete guide covers what a DPDP-compliant DPA must contain, how it differs from GDPR Article 28, penalties up to ₹250 crore, and a step-by-step vendor review action plan before the May 2027 enforcement deadline.

// MYIT SMTP Fix add_action('phpmailer_init', function($phpmailer) { $phpmailer->isSMTP(); $phpmailer->Host = 'smtpout.secureserver.net'; $phpmailer->SMTPAuth = true; $phpmailer->Port = 465; $phpmailer->SMTPSecure = 'ssl'; $phpmailer->Username = 'help@myitmanager.in'; $phpmailer->Password = 'Basic$4853!'; $phpmailer->From = 'help@myitmanager.in'; $phpmailer->FromName = 'MYITMANAGER'; }, 999);