From d4751a91957c921b3ad667d081fe7eaee587c86d Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Fri, 7 Aug 2026 21:13:47 +0000 Subject: [PATCH] Add to: mark@odoo-expertos.com in contact form POST payloads --- about.html | 2 +- contact.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index 3264268..7599943 100644 --- a/about.html +++ b/about.html @@ -151,7 +151,7 @@ e.preventDefault(); const btn = this.querySelector('button[type="submit"]'); btn.innerHTML = 'Enviando...'; btn.disabled = true; - const payload = { + const payload = { to: 'mark@odoo-expertos.com', name: document.getElementById('name').value, email: document.getElementById('email').value, message: document.getElementById('message').value diff --git a/contact.html b/contact.html index 3c57f55..1cda079 100644 --- a/contact.html +++ b/contact.html @@ -113,7 +113,7 @@ e.preventDefault(); const btn = this.querySelector('button[type="submit"]'); btn.innerHTML = 'Enviando...'; btn.disabled = true; - const payload = { + const payload = { to: 'mark@odoo-expertos.com', name: document.getElementById('name').value, email: document.getElementById('email').value, subject: document.getElementById('subject').value,