From 9ed17a4f297e6dba3a4f0aea2f2d4cd5cfd8719c Mon Sep 17 00:00:00 2001 From: ruben Date: Fri, 7 Mar 2025 09:12:39 -0600 Subject: [PATCH] Add Check Connection and Start Campaign buttons to email account tools tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Check Connection button that tests email account connectivity - Added Start Campaign button that redirects to campaign creation with email pre-selected - Added AJAX functionality to display connection test results 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- single-email-account.php | 44 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/single-email-account.php b/single-email-account.php index 2b95aae..17da45a 100644 --- a/single-email-account.php +++ b/single-email-account.php @@ -299,9 +299,11 @@ get_header(); ?>
-
- + +
@@ -353,6 +355,8 @@ get_header(); ?>