We discovered that our website's order and service-request forms have been sending customer information to a former web developer's personal email instead of our company inbox. The developer no longer works with us, and we're trying to determine how the redirect was configured, how to remove it safely, and whether any customer privacy or data-protection obligations are involved. What should we check first, and should we bring in a developer or lawyer to handle this?
4 Answers
Don’t assume the address is only in the website files. Check form-provider dashboards, CMS or plugin settings, hosting control panels, server-side environment variables, email-forwarding rules, and any automation services connected to the forms. A clean handoff from a new developer should include an inventory of these systems and new credentials for every account.
If you have access to the source code, search the entire project for the old email address, including configuration files, environment variables, mail handlers, and form-processing scripts. Don’t only check the visible recipient field—there could be a hidden BCC or a second notification address. Replace it with a controlled company address, ideally through a configuration variable rather than hardcoding it.
Treat this as a potential privacy or data-protection incident, especially if the forms collected names, addresses, payment details, health information, or other sensitive data. Preserve logs and records showing what happened, restrict further access, and consult a privacy or business lawyer about notification, retention, and reporting requirements in your jurisdiction.
First figure out how the forms actually send mail. They might use custom server code, a third-party form service, a CMS plugin, or settings at the hosting or DNS level. Check the related accounts and logs, remove the old recipient, rotate API keys and other credentials, and submit test forms afterward. If you’re not comfortable tracing the setup, hire a qualified web developer to audit and rebuild the mail flow.

Related Questions
How to Build a Custom GPT Journalist That Posts Directly to WordPress
Cloudflare Origin SSL Certificate Setup Guide
How To Effectively Monetize A Site With Ads