From df0dd4aa7135187c1d2265501186f8b3d356005a Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Fri, 29 May 2026 15:02:27 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20stale=20Mailjet=20error=20message=20in=20?= =?UTF-8?q?admin=20=E2=80=94=20now=20using=20CyberMail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index 900fbb3..cb6a1c6 100644 --- a/admin/index.php +++ b/admin/index.php @@ -166,7 +166,7 @@ if ($isAjax) { if ($sent) { echo json_encode(['ok'=>true]); } else { - echo json_encode(['ok'=>false,'error'=>'Email service not configured. Set MAILJET_API_KEY and MAILJET_SECRET_KEY in db.php.']); + echo json_encode(['ok'=>false,'error'=>'Email service not configured — check CYBERMAIL_API_KEY in db.php.']); } exit; } @@ -2181,7 +2181,6 @@ function openUpdateCard(id, triggerBtn) { borderColor: '#dc2626', }, 'input': { - backgroundColor: '#ffffff', color: '#111111', fontSize: '14px', fontFamily: 'Inter, Arial, sans-serif',